#AB039A

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

Shades of Dark Magenta #AB039A

Tints of Dark Magenta #AB039A

Color information

#AB039A (or 0xAB039A) is unknown color: approx Dark Magenta. HEX triplet: AB, 03 and 9A. RGB value is (171,3,154). Sum of RGB (Red+Green+Blue) = 171+3+154=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB039A is #54FC65. Grayscale: #464646. Windows color (decimal): -5569638 or 10093483. OLE color: 10093483.

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

Color convert

RGB1713154-
CMYK00.980.100.33
HSL306.07º96.55%34.12%-
HSV(B)306.07º98.25%67.06%-
XYZ22.6611.0631.51-
YUV70.45175.16199.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.13%
GREEN value IS 3 (1.56% from 255) = 0.91%
BLUE value IS 154 (60.55% from 255) = 46.95%
R=52.13%
G=0.91%
B=46.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171315400.980.100.33306.0796.5534.12
HexAB39A062A211326122
Octal25332320142124146214142
Binary1010101111100110100110001010101000011001100101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB039A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB039A; }

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

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

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

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

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

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

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

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