#A2009C

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

Shades of Dark Magenta #A2009C

Tints of Dark Magenta #A2009C

Color information

#A2009C (or 0xA2009C) is unknown color: approx Dark Magenta. HEX triplet: A2, 00 and 9C. RGB value is (162,0,156). Sum of RGB (Red+Green+Blue) = 162+0+156=318 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.94% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 162 - color contains mainly: red. Hex color #A2009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2009C is #5DFF63. Grayscale: #414141. Windows color (decimal): -6160228 or 10223778. OLE color: 10223778.

HSL color Cylindrical-coordinate representation of color #A2009C: hue angle of 302.22º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2009C is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB1620156-
CMYK010.040.36
HSL302.22º100%31.76%-
HSV(B)302.22º100%63.53%-
XYZ20.910.0832.3-
YUV66.22178.67196.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 156 (61.33% from 255) = 49.06%
R=50.94%
G=0%
B=49.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1620156010.040.36302.2210031.76
HexA209C06442412e6420
Octal2420234014444445614440
Binary10100010010011100011001001001001001001011101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2009C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2009C; }

 p { color: rgb(162,0,156); }

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

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

 a { background-color: rgb(162,0,156); }

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

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

 span { border-color: rgb(162,0,156); }

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