Html Css Color HEX #AA17A2 Dark Magenta

📋 copy color: '#AA17A2'

red 170 ◦ green 23 ◦ blue 162

#AA17A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #AA17A2

Tints of Dark Magenta #AA17A2

RGB

 RED value IS 170 (66.8% from 255) = 47.89%

 GREEN value IS 23 (9.38% from 255) = 6.48%

 BLUE value IS 162 (63.67% from 255) = 45.63%

R = 47.89%
G = 6.48%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AA17A2 (or 0xAA17A2) is known color: Dark Magenta. HEX triplet: AA, 17 and A2. RGB value is (170,23,162). Sum of RGB (Red+Green+Blue) = 170+23+162=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA17A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA17A2 is #55E85D. Grayscale: #525252. Windows color (decimal): -5630046 or 10622890. OLE color: 10622890.

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

Color convert

RGB 170 23 162 -
CMYK 0 0.86 0.05 0.33
HSL 303.27º 0.76% 0.38% -
HSV(B) 303.27º 0.86% 0.67% -
XYZ 23.41 11.77 35.22 -
YUV 82.8 172.7 190.2 -
System Red Green Blue C M Y K H S L
Decimal 170 23 162 0 0.86 0.05 0.33 303.27 0.76 0.38
Hex AA 17 A2 0 56 5 21 12F 4C 26
Octal 252 27 242 0 126 5 41 457 114 46
Binary 10101010 10111 10100010 0 1010110 101 100001 100101111 1001100 100110

Color Harmonies of #AA17A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17A2

Black with #AA17A2

Text Example


Text Example

White with #AA17A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17A2; }

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

 H1.HeaderClassName
 {
   color: #AA17A2;
 }
 .AnyTagClassName
 {
   color: #AA17A2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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