Html Css Color HEX #AA0AAE Deep Magenta

📋 copy color: '#AA0AAE'

red 170 ◦ green 10 ◦ blue 174

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

Shades of Deep Magenta #AA0AAE

Tints of Deep Magenta #AA0AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.82%

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

R = 48.02%
G = 2.82%
B = 49.15%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA0AAE (or 0xAA0AAE) is known color: Deep Magenta. HEX triplet: AA, 0A and AE. RGB value is (170,10,174). Sum of RGB (Red+Green+Blue) = 170+10+174=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA0AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0AAE is #55F551. Grayscale: #4C4C4C. Windows color (decimal): -5633362 or 11405994. OLE color: 11405994.

HSL color Cylindrical-coordinate representation of color #AA0AAE: hue angle of 298.54º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0AAE is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 10 174 -
CMYK 0.02 0.94 0 0.32
HSL 298.54º 0.89% 0.36% -
HSV(B) 298.54º 0.94% 0.68% -
XYZ 24.33 11.82 41.04 -
YUV 76.54 183.01 194.66 -
System Red Green Blue C M Y K H S L
Decimal 170 10 174 0.02 0.94 0 0.32 298.54 0.89 0.36
Hex AA A AE 2 5E 0 20 12B 59 24
Octal 252 12 256 2 136 0 40 453 131 44
Binary 10101010 1010 10101110 10 1011110 0 100000 100101011 1011001 100100

Color Harmonies of #AA0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0AAE

Black with #AA0AAE

Text Example


Text Example

White with #AA0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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