Html Css Color HEX #AA16AD Deep Magenta

📋 copy color: '#AA16AD'

red 170 ◦ green 22 ◦ blue 173

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

Shades of Deep Magenta #AA16AD

Tints of Deep Magenta #AA16AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.03%

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

R = 46.58%
G = 6.03%
B = 47.4%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA16AD (or 0xAA16AD) is known color: Deep Magenta. HEX triplet: AA, 16 and AD. RGB value is (170,22,173). Sum of RGB (Red+Green+Blue) = 170+22+173=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA16AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA16AD is #55E952. Grayscale: #535353. Windows color (decimal): -5630291 or 11343530. OLE color: 11343530.

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

Color convert

RGB 170 22 173 -
CMYK 0.02 0.87 0 0.32
HSL 298.81º 0.77% 0.38% -
HSV(B) 298.81º 0.87% 0.68% -
XYZ 24.41 12.14 40.59 -
YUV 83.47 178.53 189.72 -
System Red Green Blue C M Y K H S L
Decimal 170 22 173 0.02 0.87 0 0.32 298.81 0.77 0.38
Hex AA 16 AD 2 57 0 20 12B 4D 26
Octal 252 26 255 2 127 0 40 453 115 46
Binary 10101010 10110 10101101 10 1010111 0 100000 100101011 1001101 100110

Color Harmonies of #AA16AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA16AD

Black with #AA16AD

Text Example


Text Example

White with #AA16AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA16AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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