Html Css Color HEX #AA11A0 Dark Magenta

📋 copy color: '#AA11A0'

red 170 ◦ green 17 ◦ blue 160

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

Shades of Dark Magenta #AA11A0

Tints of Dark Magenta #AA11A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 46.11%

R = 48.99%
G = 4.9%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA11A0 (or 0xAA11A0) is known color: Dark Magenta. HEX triplet: AA, 11 and A0. RGB value is (170,17,160). Sum of RGB (Red+Green+Blue) = 170+17+160=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA11A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA11A0 is #55EE5F. Grayscale: #4E4E4E. Windows color (decimal): -5631584 or 10490282. OLE color: 10490282.

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

Color convert

RGB 170 17 160 -
CMYK 0 0.9 0.06 0.33
HSL 303.92º 0.82% 0.37% -
HSV(B) 303.92º 0.9% 0.67% -
XYZ 23.12 11.49 34.26 -
YUV 79.05 173.69 192.87 -
System Red Green Blue C M Y K H S L
Decimal 170 17 160 0 0.9 0.06 0.33 303.92 0.82 0.37
Hex AA 11 A0 0 5A 6 21 130 52 25
Octal 252 21 240 0 132 6 41 460 122 45
Binary 10101010 10001 10100000 0 1011010 110 100001 100110000 1010010 100101

Color Harmonies of #AA11A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA11A0

Black with #AA11A0

Text Example


Text Example

White with #AA11A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA11A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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