Html Css Color HEX #AA17AA Dark Magenta

📋 copy color: '#AA17AA'

red 170 ◦ green 23 ◦ blue 170

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

Shades of Dark Magenta #AA17AA

Tints of Dark Magenta #AA17AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.83%

R = 46.83%
G = 6.34%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA17AA (or 0xAA17AA) is known color: Dark Magenta. HEX triplet: AA, 17 and AA. RGB value is (170,23,170). Sum of RGB (Red+Green+Blue) = 170+23+170=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA17AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA17AA is #55E855. Grayscale: #535353. Windows color (decimal): -5630038 or 11147178. OLE color: 11147178.

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

Color convert

RGB 170 23 170 -
CMYK 0 0.86 0 0.33
HSL 300º 0.76% 0.38% -
HSV(B) 300º 0.86% 0.67% -
XYZ 24.14 12.06 39.09 -
YUV 83.71 176.7 189.55 -
System Red Green Blue C M Y K H S L
Decimal 170 23 170 0 0.86 0 0.33 300 0.76 0.38
Hex AA 17 AA 0 56 0 21 12C 4C 26
Octal 252 27 252 0 126 0 41 454 114 46
Binary 10101010 10111 10101010 0 1010110 0 100001 100101100 1001100 100110

Color Harmonies of #AA17AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17AA

Black with #AA17AA

Text Example


Text Example

White with #AA17AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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