#AA17A7

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

Shades of Dark Magenta #AA17A7

Tints of Dark Magenta #AA17A7

Color information

#AA17A7 (or 0xAA17A7) is unknown color: approx Dark Magenta. HEX triplet: AA, 17 and A7. RGB value is (170,23,167). Sum of RGB (Red+Green+Blue) = 170+23+167=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 167 (65.62% from 255 or 46.39% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA17A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA17A7 is #55E858. Grayscale: #525252. Windows color (decimal): -5630041 or 10950570. OLE color: 10950570.

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

Color convert

RGB17023167-
CMYK00.860.020.33
HSL301.22º76.17%37.84%-
HSV(B)301.22º86.47%66.67%-
XYZ23.8611.9537.61-
YUV83.37175.2189.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 23 (9.38% from 255) = 6.39%
BLUE value IS 167 (65.62% from 255) = 46.39%
R=47.22%
G=6.39%
B=46.39%

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
Decimal1702316700.860.020.33301.2276.1737.84
HexAA17A705622112d4c26
Octal25227247012624145511446
Binary10101010101111010011101010110101000011001011011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA17A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA17A7; }

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

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

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

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

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

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

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

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