Html Css Color HEX #AA0DAD Deep Magenta

📋 copy color: '#AA0DAD'

red 170 ◦ green 13 ◦ blue 173

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

Shades of Deep Magenta #AA0DAD

Tints of Deep Magenta #AA0DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.6%

R = 47.75%
G = 3.65%
B = 48.6%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA0DAD (or 0xAA0DAD) is known color: Deep Magenta. HEX triplet: AA, 0D and AD. RGB value is (170,13,173). Sum of RGB (Red+Green+Blue) = 170+13+173=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA0DAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0DAD is #55F252. Grayscale: #4D4D4D. Windows color (decimal): -5632595 or 11341226. OLE color: 11341226.

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

Color convert

RGB 170 13 173 -
CMYK 0.02 0.92 0 0.32
HSL 298.88º 0.86% 0.36% -
HSV(B) 298.88º 0.92% 0.68% -
XYZ 24.26 11.85 40.54 -
YUV 78.18 181.51 193.49 -
System Red Green Blue C M Y K H S L
Decimal 170 13 173 0.02 0.92 0 0.32 298.88 0.86 0.36
Hex AA D AD 2 5C 0 20 12B 56 24
Octal 252 15 255 2 134 0 40 453 126 44
Binary 10101010 1101 10101101 10 1011100 0 100000 100101011 1010110 100100

Color Harmonies of #AA0DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0DAD

Black with #AA0DAD

Text Example


Text Example

White with #AA0DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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