#AA17A6

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

Shades of Dark Magenta #AA17A6

Tints of Dark Magenta #AA17A6

Color information

#AA17A6 (or 0xAA17A6) is unknown color: approx Dark Magenta. HEX triplet: AA, 17 and A6. RGB value is (170,23,166). Sum of RGB (Red+Green+Blue) = 170+23+166=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA17A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA17A6 is #55E859. Grayscale: #525252. Windows color (decimal): -5630042 or 10885034. OLE color: 10885034.

HSL color Cylindrical-coordinate representation of color #AA17A6: hue angle of 301.63º 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 #AA17A6 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17023166-
CMYK00.860.020.33
HSL301.63º76.17%37.84%-
HSV(B)301.63º86.47%66.67%-
XYZ23.7711.9137.12-
YUV83.26174.7189.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.35%
GREEN value IS 23 (9.38% from 255) = 6.41%
BLUE value IS 166 (65.23% from 255) = 46.24%
R=47.35%
G=6.41%
B=46.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702316600.860.020.33301.6376.1737.84
HexAA17A605622112e4c26
Octal25227246012624145611446
Binary10101010101111010011001010110101000011001011101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA17A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA17A6; }

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

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

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

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

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

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

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

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