#AB12A0

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

Shades of Dark Magenta #AB12A0

Tints of Dark Magenta #AB12A0

Color information

#AB12A0 (or 0xAB12A0) is unknown color: approx Dark Magenta. HEX triplet: AB, 12 and A0. RGB value is (171,18,160). Sum of RGB (Red+Green+Blue) = 171+18+160=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB12A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB12A0 is #54ED5F. Grayscale: #4F4F4F. Windows color (decimal): -5565792 or 10490539. OLE color: 10490539.

HSL color Cylindrical-coordinate representation of color #AB12A0: hue angle of 304.31º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB12A0 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17118160-
CMYK00.890.060.33
HSL304.31º80.95%37.06%-
HSV(B)304.31º89.47%67.06%-
XYZ23.3611.6334.27-
YUV79.94173.19192.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 18 (7.42% from 255) = 5.16%
BLUE value IS 160 (62.89% from 255) = 45.85%
R=49.00%
G=5.16%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711816000.890.060.33304.3180.9537.06
HexAB12A00596211305125
Octal25322240013164146012145
Binary101010111001010100000010110011101000011001100001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB12A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB12A0; }

 p { color: rgb(171,18,160); }

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

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

 a { background-color: rgb(171,18,160); }

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

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

 span { border-color: rgb(171,18,160); }

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