Html Css Color HEX #AA13AD Deep Magenta

📋 copy color: '#AA13AD'

red 170 ◦ green 19 ◦ blue 173

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

Shades of Deep Magenta #AA13AD

Tints of Deep Magenta #AA13AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.25%

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

R = 46.96%
G = 5.25%
B = 47.79%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA13AD (or 0xAA13AD) is known color: Deep Magenta. HEX triplet: AA, 13 and AD. RGB value is (170,19,173). Sum of RGB (Red+Green+Blue) = 170+19+173=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA13AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA13AD is #55EC52. Grayscale: #515151. Windows color (decimal): -5631059 or 11342762. OLE color: 11342762.

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

Color convert

RGB 170 19 173 -
CMYK 0.02 0.89 0 0.32
HSL 298.83º 0.8% 0.38% -
HSV(B) 298.83º 0.89% 0.68% -
XYZ 24.35 12.03 40.57 -
YUV 81.71 179.53 190.98 -
System Red Green Blue C M Y K H S L
Decimal 170 19 173 0.02 0.89 0 0.32 298.83 0.8 0.38
Hex AA 13 AD 2 59 0 20 12B 50 26
Octal 252 23 255 2 131 0 40 453 120 46
Binary 10101010 10011 10101101 10 1011001 0 100000 100101011 1010000 100110

Color Harmonies of #AA13AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA13AD

Black with #AA13AD

Text Example


Text Example

White with #AA13AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA13AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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