#AB0EA1

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

Shades of Dark Magenta #AB0EA1

Tints of Dark Magenta #AB0EA1

Color information

#AB0EA1 (or 0xAB0EA1) is unknown color: approx Dark Magenta. HEX triplet: AB, 0E and A1. RGB value is (171,14,161). Sum of RGB (Red+Green+Blue) = 171+14+161=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 161 (63.28% from 255 or 46.53% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0EA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0EA1 is #54F15E. Grayscale: #4D4D4D. Windows color (decimal): -5566815 or 10555051. OLE color: 10555051.

HSL color Cylindrical-coordinate representation of color #AB0EA1: hue angle of 303.82º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0EA1 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17114161-
CMYK00.920.060.33
HSL303.82º84.86%36.27%-
HSV(B)303.82º91.81%67.06%-
XYZ23.3811.5534.71-
YUV77.7175.01194.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.42%
GREEN value IS 14 (5.86% from 255) = 4.05%
BLUE value IS 161 (63.28% from 255) = 46.53%
R=49.42%
G=4.05%
B=46.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711416100.920.060.33303.8284.8636.27
HexABEA105C6211305524
Octal25316241013464146012544
Binary10101011111010100001010111001101000011001100001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0EA1; }

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

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

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

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

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

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

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

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