#AB129D

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

Shades of Dark Magenta #AB129D

Tints of Dark Magenta #AB129D

Color information

#AB129D (or 0xAB129D) is unknown color: approx Dark Magenta. HEX triplet: AB, 12 and 9D. RGB value is (171,18,157). Sum of RGB (Red+Green+Blue) = 171+18+157=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB129D is #54ED62. Grayscale: #4F4F4F. Windows color (decimal): -5565795 or 10293931. OLE color: 10293931.

HSL color Cylindrical-coordinate representation of color #AB129D: hue angle of 305.49º 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 #AB129D is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17118157-
CMYK00.890.080.33
HSL305.49º80.95%37.06%-
HSV(B)305.49º89.47%67.06%-
XYZ23.111.5232.91-
YUV79.59171.69193.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.42%
GREEN value IS 18 (7.42% from 255) = 5.20%
BLUE value IS 157 (61.72% from 255) = 45.38%
R=49.42%
G=5.20%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711815700.890.080.33305.4980.9537.06
HexAB129D0598211315125
Octal253222350131104146112145
Binary1010101110010100111010101100110001000011001100011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB129D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB129D; }

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

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

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

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

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

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

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

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