#AB11A2

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

Shades of Dark Magenta #AB11A2

Tints of Dark Magenta #AB11A2

Color information

#AB11A2 (or 0xAB11A2) is unknown color: approx Dark Magenta. HEX triplet: AB, 11 and A2. RGB value is (171,17,162). Sum of RGB (Red+Green+Blue) = 171+17+162=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 162 (63.67% from 255 or 46.29% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB11A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB11A2 is #54EE5D. Grayscale: #4F4F4F. Windows color (decimal): -5566046 or 10621355. OLE color: 10621355.

HSL color Cylindrical-coordinate representation of color #AB11A2: hue angle of 303.51º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB11A2 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB17117162-
CMYK00.900.050.33
HSL303.51º81.91%36.86%-
HSV(B)303.51º90.06%67.06%-
XYZ23.5211.6735.2-
YUV79.58174.52193.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.86%
GREEN value IS 17 (7.03% from 255) = 4.86%
BLUE value IS 162 (63.67% from 255) = 46.29%
R=48.86%
G=4.86%
B=46.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711716200.900.050.33303.5181.9136.86
HexAB11A205A5211305225
Octal25321242013254146012245
Binary101010111000110100010010110101011000011001100001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB11A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB11A2; }

 p { color: rgb(171,17,162); }

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

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

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

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

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

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

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