#AB0E98

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

Shades of Dark Magenta #AB0E98

Tints of Dark Magenta #AB0E98

Color information

#AB0E98 (or 0xAB0E98) is unknown color: approx Dark Magenta. HEX triplet: AB, 0E and 98. RGB value is (171,14,152). Sum of RGB (Red+Green+Blue) = 171+14+152=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0E98 is #54F167. Grayscale: #4C4C4C. Windows color (decimal): -5566824 or 9965227. OLE color: 9965227.

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

Color convert

RGB17114152-
CMYK00.920.110.33
HSL307.26º84.86%36.27%-
HSV(B)307.26º91.81%67.06%-
XYZ22.6211.2430.68-
YUV76.68170.51195.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.74%
GREEN value IS 14 (5.86% from 255) = 4.15%
BLUE value IS 152 (59.77% from 255) = 45.10%
R=50.74%
G=4.15%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711415200.920.110.33307.2684.8636.27
HexABE9805CB211335524
Octal253162300134134146312544
Binary101010111110100110000101110010111000011001100111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0E98; }

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

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

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

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

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

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

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

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