#AB0A9E

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

Shades of Dark Magenta #AB0A9E

Tints of Dark Magenta #AB0A9E

Color information

#AB0A9E (or 0xAB0A9E) is unknown color: approx Dark Magenta. HEX triplet: AB, 0A and 9E. RGB value is (171,10,158). Sum of RGB (Red+Green+Blue) = 171+10+158=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0A9E is #54F561. Grayscale: #4A4A4A. Windows color (decimal): -5567842 or 10357419. OLE color: 10357419.

HSL color Cylindrical-coordinate representation of color #AB0A9E: hue angle of 304.84º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0A9E is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17110158-
CMYK00.940.080.33
HSL304.84º88.95%35.49%-
HSV(B)304.84º94.15%67.06%-
XYZ23.0711.3433.32-
YUV75.01174.84196.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.44%
GREEN value IS 10 (4.30% from 255) = 2.95%
BLUE value IS 158 (62.11% from 255) = 46.61%
R=50.44%
G=2.95%
B=46.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711015800.940.080.33304.8488.9535.49
HexABA9E05E8211315923
Octal253122360136104146113143
Binary101010111010100111100101111010001000011001100011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0A9E; }

 p { color: rgb(171,10,158); }

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

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

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

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

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

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

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