#AB0EA0

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

Shades of Dark Magenta #AB0EA0

Tints of Dark Magenta #AB0EA0

Color information

#AB0EA0 (or 0xAB0EA0) is unknown color: approx Dark Magenta. HEX triplet: AB, 0E and A0. RGB value is (171,14,160). Sum of RGB (Red+Green+Blue) = 171+14+160=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0EA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0EA0 is #54F15F. Grayscale: #4D4D4D. Windows color (decimal): -5566816 or 10489515. OLE color: 10489515.

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

Color convert

RGB17114160-
CMYK00.920.060.33
HSL304.2º84.86%36.27%-
HSV(B)304.2º91.81%67.06%-
XYZ23.311.5134.25-
YUV77.59174.51194.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.57%
GREEN value IS 14 (5.86% from 255) = 4.06%
BLUE value IS 160 (62.89% from 255) = 46.38%
R=49.57%
G=4.06%
B=46.38%

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
Decimal1711416000.920.060.33304.284.8636.27
HexABEA005C6211305524
Octal25316240013464146012544
Binary10101011111010100000010111001101000011001100001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0EA0; }

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

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

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

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

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

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

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

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