#AB129F

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

Shades of Dark Magenta #AB129F

Tints of Dark Magenta #AB129F

Color information

#AB129F (or 0xAB129F) is unknown color: approx Dark Magenta. HEX triplet: AB, 12 and 9F. RGB value is (171,18,159). Sum of RGB (Red+Green+Blue) = 171+18+159=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB129F is #54ED60. Grayscale: #4F4F4F. Windows color (decimal): -5565793 or 10425003. OLE color: 10425003.

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

Color convert

RGB17118159-
CMYK00.890.070.33
HSL304.71º80.95%37.06%-
HSV(B)304.71º89.47%67.06%-
XYZ23.2711.5933.81-
YUV79.82172.69193.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.14%
GREEN value IS 18 (7.42% from 255) = 5.17%
BLUE value IS 159 (62.5% from 255) = 45.69%
R=49.14%
G=5.17%
B=45.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711815900.890.070.33304.7180.9537.06
HexAB129F0597211315125
Octal25322237013174146112145
Binary101010111001010011111010110011111000011001100011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB129F; }

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

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

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

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

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

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

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

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