#AB129E

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

Shades of Dark Magenta #AB129E

Tints of Dark Magenta #AB129E

Color information

#AB129E (or 0xAB129E) is unknown color: approx Dark Magenta. HEX triplet: AB, 12 and 9E. RGB value is (171,18,158). Sum of RGB (Red+Green+Blue) = 171+18+158=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB129E is #54ED61. Grayscale: #4F4F4F. Windows color (decimal): -5565794 or 10359467. OLE color: 10359467.

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

Color convert

RGB17118158-
CMYK00.890.080.33
HSL305.1º80.95%37.06%-
HSV(B)305.1º89.47%67.06%-
XYZ23.1811.5633.36-
YUV79.71172.19193.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 18 (7.42% from 255) = 5.19%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=49.28%
G=5.19%
B=45.53%

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
Decimal1711815800.890.080.33305.180.9537.06
HexAB129E0598211315125
Octal253222360131104146112145
Binary1010101110010100111100101100110001000011001100011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB129E; }

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

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

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

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

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

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

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

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