#AD0C9A

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

Shades of Dark Magenta #AD0C9A

Tints of Dark Magenta #AD0C9A

Color information

#AD0C9A (or 0xAD0C9A) is unknown color: approx Dark Magenta. HEX triplet: AD, 0C and 9A. RGB value is (173,12,154). Sum of RGB (Red+Green+Blue) = 173+12+154=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0C9A is #52F365. Grayscale: #4B4B4B. Windows color (decimal): -5436262 or 10095789. OLE color: 10095789.

HSL color Cylindrical-coordinate representation of color #AD0C9A: hue angle of 307.08º 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 #AD0C9A is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB17312154-
CMYK00.930.110.32
HSL307.08º87.03%36.27%-
HSV(B)307.08º93.06%67.84%-
XYZ23.211.4831.57-
YUV76.33171.84196.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.03%
GREEN value IS 12 (5.08% from 255) = 3.54%
BLUE value IS 154 (60.55% from 255) = 45.43%
R=51.03%
G=3.54%
B=45.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731215400.930.110.32307.0887.0336.27
HexADC9A05DB201335724
Octal255142320135134046312744
Binary101011011100100110100101110110111000001001100111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0C9A; }

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

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

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

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

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

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

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

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