#AA17A3

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

Shades of Dark Magenta #AA17A3

Tints of Dark Magenta #AA17A3

Color information

#AA17A3 (or 0xAA17A3) is unknown color: approx Dark Magenta. HEX triplet: AA, 17 and A3. RGB value is (170,23,163). Sum of RGB (Red+Green+Blue) = 170+23+163=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA17A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA17A3 is #55E85C. Grayscale: #525252. Windows color (decimal): -5630045 or 10688426. OLE color: 10688426.

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

Color convert

RGB17023163-
CMYK00.860.040.33
HSL302.86º76.17%37.84%-
HSV(B)302.86º86.47%66.67%-
XYZ23.4911.835.69-
YUV82.91173.2190.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 23 (9.38% from 255) = 6.46%
BLUE value IS 163 (64.06% from 255) = 45.79%
R=47.75%
G=6.46%
B=45.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702316300.860.040.33302.8676.1737.84
HexAA17A305642112f4c26
Octal25227243012644145711446
Binary101010101011110100011010101101001000011001011111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA17A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA17A3; }

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

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

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

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

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

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

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

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