#AB10A8

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

Shades of Dark Magenta #AB10A8

Tints of Dark Magenta #AB10A8

Color information

#AB10A8 (or 0xAB10A8) is unknown color: approx Dark Magenta. HEX triplet: AB, 10 and A8. RGB value is (171,16,168). Sum of RGB (Red+Green+Blue) = 171+16+168=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 168 (66.02% from 255 or 47.32% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB10A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB10A8 is #54EF57. Grayscale: #4F4F4F. Windows color (decimal): -5566296 or 11014315. OLE color: 11014315.

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

Color convert

RGB17116168-
CMYK00.910.020.33
HSL301.16º82.89%36.67%-
HSV(B)301.16º90.64%67.06%-
XYZ24.0511.8638.07-
YUV79.67177.85193.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.17%
GREEN value IS 16 (6.64% from 255) = 4.51%
BLUE value IS 168 (66.02% from 255) = 47.32%
R=48.17%
G=4.51%
B=47.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711616800.910.020.33301.1682.8936.67
HexAB10A805B22112d5325
Octal25320250013324145512345
Binary10101011100001010100001011011101000011001011011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB10A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB10A8; }

 p { color: rgb(171,16,168); }

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

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

 a { background-color: rgb(171,16,168); }

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

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

 span { border-color: rgb(171,16,168); }

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