#AB009C

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

Shades of Dark Magenta #AB009C

Tints of Dark Magenta #AB009C

Color information

#AB009C (or 0xAB009C) is unknown color: approx Dark Magenta. HEX triplet: AB, 00 and 9C. RGB value is (171,0,156). Sum of RGB (Red+Green+Blue) = 171+0+156=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB009C is #54FF63. Grayscale: #444444. Windows color (decimal): -5570404 or 10223787. OLE color: 10223787.

HSL color Cylindrical-coordinate representation of color #AB009C: hue angle of 305.26º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB009C is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB1710156-
CMYK010.090.33
HSL305.26º100%33.53%-
HSV(B)305.26º100%67.06%-
XYZ22.811.0632.39-
YUV68.91177.15200.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 156 (61.33% from 255) = 47.71%
R=52.29%
G=0%
B=47.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1710156010.090.33305.2610033.53
HexAB09C0649211316422
Octal25302340144114146114442
Binary101010110100111000110010010011000011001100011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB009C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB009C; }

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

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

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

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

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

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

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

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