#AA17A8

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

Shades of Dark Magenta #AA17A8

Tints of Dark Magenta #AA17A8

Color information

#AA17A8 (or 0xAA17A8) is unknown color: approx Dark Magenta. HEX triplet: AA, 17 and A8. RGB value is (170,23,168). Sum of RGB (Red+Green+Blue) = 170+23+168=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA17A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA17A8 is #55E857. Grayscale: #535353. Windows color (decimal): -5630040 or 11016106. OLE color: 11016106.

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

Color convert

RGB17023168-
CMYK00.860.010.33
HSL300.82º76.17%37.84%-
HSV(B)300.82º86.47%66.67%-
XYZ23.9511.9938.1-
YUV83.48175.7189.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 23 (9.38% from 255) = 6.37%
BLUE value IS 168 (66.02% from 255) = 46.54%
R=47.09%
G=6.37%
B=46.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702316800.860.010.33300.8276.1737.84
HexAA17A805612112d4c26
Octal25227250012614145511446
Binary1010101010111101010000101011011000011001011011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA17A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA17A8; }

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

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

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

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

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

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

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

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