#AB059A

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

Shades of Dark Magenta #AB059A

Tints of Dark Magenta #AB059A

Color information

#AB059A (or 0xAB059A) is unknown color: approx Dark Magenta. HEX triplet: AB, 05 and 9A. RGB value is (171,5,154). Sum of RGB (Red+Green+Blue) = 171+5+154=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB059A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB059A is #54FA65. Grayscale: #474747. Windows color (decimal): -5569126 or 10093995. OLE color: 10093995.

HSL color Cylindrical-coordinate representation of color #AB059A: hue angle of 306.14º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB059A is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB1715154-
CMYK00.970.100.33
HSL306.14º94.32%34.51%-
HSV(B)306.14º97.08%67.06%-
XYZ22.6811.131.52-
YUV71.62174.5198.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.82%
GREEN value IS 5 (2.34% from 255) = 1.52%
BLUE value IS 154 (60.55% from 255) = 46.67%
R=51.82%
G=1.52%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171515400.970.100.33306.1494.3234.51
HexAB59A061A211325e23
Octal25352320141124146213643
Binary10101011101100110100110000110101000011001100101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB059A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB059A; }

 p { color: rgb(171,5,154); }

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

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

 a { background-color: rgb(171,5,154); }

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

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

 span { border-color: rgb(171,5,154); }

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