#AB0FA6

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

Shades of Dark Magenta #AB0FA6

Tints of Dark Magenta #AB0FA6

Color information

#AB0FA6 (or 0xAB0FA6) is unknown color: approx Dark Magenta. HEX triplet: AB, 0F and A6. RGB value is (171,15,166). Sum of RGB (Red+Green+Blue) = 171+15+166=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 166 (65.23% from 255 or 47.16% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0FA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0FA6 is #54F059. Grayscale: #4E4E4E. Windows color (decimal): -5566554 or 10882987. OLE color: 10882987.

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

Color convert

RGB17115166-
CMYK00.910.030.33
HSL301.92º83.87%36.47%-
HSV(B)301.92º91.23%67.06%-
XYZ23.8511.7537.09-
YUV78.86177.18193.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.58%
GREEN value IS 15 (6.25% from 255) = 4.26%
BLUE value IS 166 (65.23% from 255) = 47.16%
R=48.58%
G=4.26%
B=47.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711516600.910.030.33301.9283.8736.47
HexABFA605B32112e5424
Octal25317246013334145612444
Binary1010101111111010011001011011111000011001011101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0FA6; }

 p { color: rgb(171,15,166); }

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

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

 a { background-color: rgb(171,15,166); }

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

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

 span { border-color: rgb(171,15,166); }

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