Html Css Color HEX #AA0DAE Deep Magenta

📋 copy color: '#AA0DAE'

red 170 ◦ green 13 ◦ blue 174

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

Shades of Deep Magenta #AA0DAE

Tints of Deep Magenta #AA0DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.64%

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

R = 47.62%
G = 3.64%
B = 48.74%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA0DAE (or 0xAA0DAE) is known color: Deep Magenta. HEX triplet: AA, 0D and AE. RGB value is (170,13,174). Sum of RGB (Red+Green+Blue) = 170+13+174=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA0DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0DAE is #55F251. Grayscale: #4D4D4D. Windows color (decimal): -5632594 or 11406762. OLE color: 11406762.

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

Color convert

RGB 170 13 174 -
CMYK 0.02 0.93 0 0.32
HSL 298.51º 0.86% 0.37% -
HSV(B) 298.51º 0.93% 0.68% -
XYZ 24.36 11.89 41.06 -
YUV 78.3 182.01 193.41 -
System Red Green Blue C M Y K H S L
Decimal 170 13 174 0.02 0.93 0 0.32 298.51 0.86 0.37
Hex AA D AE 2 5D 0 20 12B 56 25
Octal 252 15 256 2 135 0 40 453 126 45
Binary 10101010 1101 10101110 10 1011101 0 100000 100101011 1010110 100101

Color Harmonies of #AA0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0DAE

Black with #AA0DAE

Text Example


Text Example

White with #AA0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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