#AB03A1

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

Shades of Dark Magenta #AB03A1

Tints of Dark Magenta #AB03A1

Color information

#AB03A1 (or 0xAB03A1) is unknown color: approx Dark Magenta. HEX triplet: AB, 03 and A1. RGB value is (171,3,161). Sum of RGB (Red+Green+Blue) = 171+3+161=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 161 (63.28% from 255 or 48.06% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB03A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB03A1 is #54FC5E. Grayscale: #464646. Windows color (decimal): -5569631 or 10552235. OLE color: 10552235.

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

Color convert

RGB1713161-
CMYK00.980.060.33
HSL303.57º96.55%34.12%-
HSV(B)303.57º98.25%67.06%-
XYZ23.2611.334.67-
YUV71.24178.66199.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.04%
GREEN value IS 3 (1.56% from 255) = 0.90%
BLUE value IS 161 (63.28% from 255) = 48.06%
R=51.04%
G=0.90%
B=48.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171316100.980.060.33303.5796.5534.12
HexAB3A10626211306122
Octal2533241014264146014142
Binary101010111110100001011000101101000011001100001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB03A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB03A1; }

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

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

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

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

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

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

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

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