Html Css Color HEX #AA17A8 Dark Magenta

📋 copy color: '#AA17A8'

red 170 ◦ green 23 ◦ blue 168

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

Shades of Dark Magenta #AA17A8

Tints of Dark Magenta #AA17A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.54%

R = 47.09%
G = 6.37%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA17A8 (or 0xAA17A8) is known color: Dark Magenta. HEX triplet: AA, 17 and A8. RGB value is (170,23,168). Sum of RGB (Red+Green+Blue) = 170+23+168=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA17A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA17A8 is #55E857. Grayscale: #535353. Windows color (decimal): -5630040 or 11016106. OLE color: 11016106.

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

Color convert

RGB 170 23 168 -
CMYK 0 0.86 0.01 0.33
HSL 300.82º 0.76% 0.38% -
HSV(B) 300.82º 0.86% 0.67% -
XYZ 23.95 11.99 38.1 -
YUV 83.48 175.7 189.71 -
System Red Green Blue C M Y K H S L
Decimal 170 23 168 0 0.86 0.01 0.33 300.82 0.76 0.38
Hex AA 17 A8 0 56 1 21 12D 4C 26
Octal 252 27 250 0 126 1 41 455 114 46
Binary 10101010 10111 10101000 0 1010110 1 100001 100101101 1001100 100110

Color Harmonies of #AA17A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA17A8

Black with #AA17A8

Text Example


Text Example

White with #AA17A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA17A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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