Html Css Color HEX #AA11AE Deep Magenta

📋 copy color: '#AA11AE'

red 170 ◦ green 17 ◦ blue 174

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

Shades of Deep Magenta #AA11AE

Tints of Deep Magenta #AA11AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.2%

R = 47.09%
G = 4.71%
B = 48.2%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA11AE (or 0xAA11AE) is known color: Deep Magenta. HEX triplet: AA, 11 and AE. RGB value is (170,17,174). Sum of RGB (Red+Green+Blue) = 170+17+174=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA11AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA11AE is #55EE51. Grayscale: #505050. Windows color (decimal): -5631570 or 11407786. OLE color: 11407786.

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

Color convert

RGB 170 17 174 -
CMYK 0.02 0.90 0 0.32
HSL 298.47º 0.82% 0.37% -
HSV(B) 298.47º 0.9% 0.68% -
XYZ 24.42 12 41.07 -
YUV 80.65 180.69 191.73 -
System Red Green Blue C M Y K H S L
Decimal 170 17 174 0.02 0.90 0 0.32 298.47 0.82 0.37
Hex AA 11 AE 2 5A 0 20 12A 52 25
Octal 252 21 256 2 132 0 40 452 122 45
Binary 10101010 10001 10101110 10 1011010 0 100000 100101010 1010010 100101

Color Harmonies of #AA11AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA11AE

Black with #AA11AE

Text Example


Text Example

White with #AA11AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA11AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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