#AB17AA

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

Shades of Dark Magenta #AB17AA

Tints of Dark Magenta #AB17AA

Color information

#AB17AA (or 0xAB17AA) is unknown color: approx Dark Magenta. HEX triplet: AB, 17 and AA. RGB value is (171,23,170). Sum of RGB (Red+Green+Blue) = 171+23+170=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB17AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB17AA is #54E855. Grayscale: #535353. Windows color (decimal): -5564502 or 11147179. OLE color: 11147179.

HSL color Cylindrical-coordinate representation of color #AB17AA: hue angle of 300.41º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB17AA is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17123170-
CMYK00.870.010.33
HSL300.41º76.29%38.04%-
HSV(B)300.41º86.55%67.06%-
XYZ24.3612.1739.1-
YUV84.01176.53190.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.98%
GREEN value IS 23 (9.38% from 255) = 6.32%
BLUE value IS 170 (66.80% from 255) = 46.70%
R=46.98%
G=6.32%
B=46.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712317000.870.010.33300.4176.2938.04
HexAB17AA05712112c4c26
Octal25327252012714145411446
Binary1010101110111101010100101011111000011001011001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB17AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB17AA; }

 p { color: rgb(171,23,170); }

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

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

 a { background-color: rgb(171,23,170); }

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

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

 span { border-color: rgb(171,23,170); }

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