#AB04A5

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

Shades of Dark Magenta #AB04A5

Tints of Dark Magenta #AB04A5

Color information

#AB04A5 (or 0xAB04A5) is unknown color: approx Dark Magenta. HEX triplet: AB, 04 and A5. RGB value is (171,4,165). Sum of RGB (Red+Green+Blue) = 171+4+165=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 165 (64.84% from 255 or 48.53% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB04A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB04A5 is #54FB5A. Grayscale: #474747. Windows color (decimal): -5569371 or 10814635. OLE color: 10814635.

HSL color Cylindrical-coordinate representation of color #AB04A5: hue angle of 302.16º degrees, saturation: 0.95, 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 #AB04A5 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB1714165-
CMYK00.980.040.33
HSL302.16º95.43%34.31%-
HSV(B)302.16º97.66%67.06%-
XYZ23.6311.4636.56-
YUV72.29180.33198.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 4 (1.95% from 255) = 1.18%
BLUE value IS 165 (64.84% from 255) = 48.53%
R=50.29%
G=1.18%
B=48.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171416500.980.040.33302.1695.4334.31
HexAB4A506242112e5f22
Octal2534245014244145613742
Binary1010101110010100101011000101001000011001011101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB04A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB04A5; }

 p { color: rgb(171,4,165); }

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

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

 a { background-color: rgb(171,4,165); }

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

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

 span { border-color: rgb(171,4,165); }

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