#AB03AB

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

Shades of Dark Magenta #AB03AB

Tints of Dark Magenta #AB03AB

Color information

#AB03AB (or 0xAB03AB) is unknown color: approx Dark Magenta. HEX triplet: AB, 03 and AB. RGB value is (171,3,171). Sum of RGB (Red+Green+Blue) = 171+3+171=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB03AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB03AB is #54FC54. Grayscale: #474747. Windows color (decimal): -5569621 or 11207595. OLE color: 11207595.

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

Color convert

RGB1713171-
CMYK00.9800.33
HSL300º96.55%34.12%-
HSV(B)300º98.25%67.06%-
XYZ24.1811.6639.51-
YUV72.38183.66198.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.57%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 171 (67.19% from 255) = 49.57%
R=49.57%
G=0.87%
B=49.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171317100.9800.3330096.5534.12
HexAB3AB06202112c6122
Octal2533253014204145414142
Binary1010101111101010110110001001000011001011001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB03AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB03AB; }

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

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

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

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

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

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

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

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