#AD0A86

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

Shades of Medium Violet Red #AD0A86

Tints of Medium Violet Red #AD0A86

Color information

#AD0A86 (or 0xAD0A86) is unknown color: approx Medium Violet Red. HEX triplet: AD, 0A and 86. RGB value is (173,10,134). Sum of RGB (Red+Green+Blue) = 173+10+134=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0A86 is #52F579. Grayscale: #484848. Windows color (decimal): -5436794 or 8784557. OLE color: 8784557.

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

Color convert

RGB17310134-
CMYK00.940.230.32
HSL314.36º89.07%35.88%-
HSV(B)314.36º94.22%67.84%-
XYZ21.6510.8223.5-
YUV72.87162.5199.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 54.57%
GREEN value IS 10 (4.30% from 255) = 3.15%
BLUE value IS 134 (52.73% from 255) = 42.27%
R=54.57%
G=3.15%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731013400.940.230.32314.3689.0735.88
HexADA8605E172013a5924
Octal255122060136274047213144
Binary1010110110101000011001011110101111000001001110101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0A86; }

 p { color: rgb(173,10,134); }

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

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

 a { background-color: rgb(173,10,134); }

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

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

 span { border-color: rgb(173,10,134); }

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