#AD1985

Color #AD1985 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #AD1985

Tints of Medium Violet Red #AD1985

Color information

#AD1985 (or 0xAD1985) is unknown color: approx Medium Violet Red. HEX triplet: AD, 19 and 85. RGB value is (173,25,133). Sum of RGB (Red+Green+Blue) = 173+25+133=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1985 is #52E67A. Grayscale: #515151. Windows color (decimal): -5432955 or 8722861. OLE color: 8722861.

HSL color Cylindrical-coordinate representation of color #AD1985: hue angle of 316.22º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1985 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB17325133-
CMYK00.860.230.32
HSL316.22º74.75%38.82%-
HSV(B)316.22º85.55%67.84%-
XYZ21.8111.2723.22-
YUV81.56157.03193.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 52.27%
GREEN value IS 25 (10.16% from 255) = 7.55%
BLUE value IS 133 (52.34% from 255) = 40.18%
R=52.27%
G=7.55%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732513300.860.230.32316.2274.7538.82
HexAD1985056172013c4b27
Octal255312050126274047411347
Binary10101101110011000010101010110101111000001001111001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1985; }

 p { color: rgb(173,25,133); }

 H1.HeaderClassName
 {
   color: #AD1985;
 }
 .AnyTagClassName
 {
   color: #AD1985;
 }
</style>
background-color css

<style>
 a { background-color: #AD1985; }

 a { background-color: rgb(173,25,133); }

 div.DivClassName
 {
   background-color: #AD1985;
 }
 .BgClassName
 {
   background-color: #AD1985;
 }
</style>
border-color css

<style>
 span { border-color: #AD1985; }

 span { border-color: rgb(173,25,133); }

 td.TdClassName
 {
   border-color: #AD1985;
 }
 .TagClassName
 {
   border-color: #AD1985;
 }
</style>