#AA17AD

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

Shades of Deep Magenta #AA17AD

Tints of Deep Magenta #AA17AD

Color information

#AA17AD (or 0xAA17AD) is unknown color: approx Deep Magenta. HEX triplet: AA, 17 and AD. RGB value is (170,23,173). Sum of RGB (Red+Green+Blue) = 170+23+173=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA17AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA17AD is #55E852. Grayscale: #535353. Windows color (decimal): -5630035 or 11343786. OLE color: 11343786.

HSL color Cylindrical-coordinate representation of color #AA17AD: hue angle of 298.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA17AD is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17023173-
CMYK0.020.8700.32
HSL298.8º76.53%38.43%-
HSV(B)298.8º86.71%67.84%-
XYZ24.4312.1840.6-
YUV84.05178.2189.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 23 (9.38% from 255) = 6.28%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=46.45%
G=6.28%
B=47.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170231730.020.8700.32298.876.5338.43
HexAA17AD25702012b4d26
Octal25227255212704045311546
Binary10101010101111010110110101011101000001001010111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA17AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA17AD; }

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

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

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

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

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

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

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

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