Html Css Color HEX #AA11A6 Dark Magenta

📋 copy color: '#AA11A6'

red 170 ◦ green 17 ◦ blue 166

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

Shades of Dark Magenta #AA11A6

Tints of Dark Magenta #AA11A6

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.82%

 BLUE value IS 166 (65.23% from 255) = 47.03%

R = 48.16%
G = 4.82%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA11A6 (or 0xAA11A6) is known color: Dark Magenta. HEX triplet: AA, 11 and A6. RGB value is (170,17,166). Sum of RGB (Red+Green+Blue) = 170+17+166=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 166 (65.23% from 255 or 47.03% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA11A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA11A6 is #55EE59. Grayscale: #4F4F4F. Windows color (decimal): -5631578 or 10883498. OLE color: 10883498.

HSL color Cylindrical-coordinate representation of color #AA11A6: hue angle of 301.57º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA11A6 is Cyan = 0, Magento = 0.9, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 17 166 -
CMYK 0 0.9 0.02 0.33
HSL 301.57º 0.82% 0.37% -
HSV(B) 301.57º 0.9% 0.67% -
XYZ 23.66 11.7 37.09 -
YUV 79.73 176.69 192.38 -
System Red Green Blue C M Y K H S L
Decimal 170 17 166 0 0.9 0.02 0.33 301.57 0.82 0.37
Hex AA 11 A6 0 5A 2 21 12E 52 25
Octal 252 21 246 0 132 2 41 456 122 45
Binary 10101010 10001 10100110 0 1011010 10 100001 100101110 1010010 100101

Color Harmonies of #AA11A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA11A6

Black with #AA11A6

Text Example


Text Example

White with #AA11A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA11A6; }

 p { color: rgb(170,17,166); }

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

background-color css

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

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

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

border-color css

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

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

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