#AD0CA8

Color #AD0CA8 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #AD0CA8

Tints of Dark Magenta #AD0CA8

Color information

#AD0CA8 (or 0xAD0CA8) is unknown color: approx Dark Magenta. HEX triplet: AD, 0C and A8. RGB value is (173,12,168). Sum of RGB (Red+Green+Blue) = 173+12+168=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 168 (66.02% from 255 or 47.59% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0CA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0CA8 is #52F357. Grayscale: #4D4D4D. Windows color (decimal): -5436248 or 11013293. OLE color: 11013293.

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

Color convert

RGB17312168-
CMYK00.930.030.32
HSL301.86º87.03%36.27%-
HSV(B)301.86º93.06%67.84%-
XYZ24.4311.9738.07-
YUV77.92178.84195.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.01%
GREEN value IS 12 (5.08% from 255) = 3.40%
BLUE value IS 168 (66.02% from 255) = 47.59%
R=49.01%
G=3.40%
B=47.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731216800.930.030.32301.8687.0336.27
HexADCA805D32012e5724
Octal25514250013534045612744
Binary1010110111001010100001011101111000001001011101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0CA8; }

 p { color: rgb(173,12,168); }

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

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

 a { background-color: rgb(173,12,168); }

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

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

 span { border-color: rgb(173,12,168); }

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