Html Css Color HEX #AA16AF Deep Magenta

📋 copy color: '#AA16AF'

red 170 ◦ green 22 ◦ blue 175

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

Shades of Deep Magenta #AA16AF

Tints of Deep Magenta #AA16AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.68%

R = 46.32%
G = 5.99%
B = 47.68%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA16AF (or 0xAA16AF) is known color: Deep Magenta. HEX triplet: AA, 16 and AF. RGB value is (170,22,175). Sum of RGB (Red+Green+Blue) = 170+22+175=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA16AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA16AF is #55E950. Grayscale: #535353. Windows color (decimal): -5630289 or 11474602. OLE color: 11474602.

HSL color Cylindrical-coordinate representation of color #AA16AF: hue angle of 298.04º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA16AF is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 22 175 -
CMYK 0.03 0.87 0 0.31
HSL 298.04º 0.78% 0.39% -
HSV(B) 298.04º 0.87% 0.69% -
XYZ 24.6 12.22 41.62 -
YUV 83.69 179.53 189.56 -
System Red Green Blue C M Y K H S L
Decimal 170 22 175 0.03 0.87 0 0.31 298.04 0.78 0.39
Hex AA 16 AF 3 57 0 1F 12A 4E 27
Octal 252 26 257 3 127 0 37 452 116 47
Binary 10101010 10110 10101111 11 1010111 0 11111 100101010 1001110 100111

Color Harmonies of #AA16AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA16AF

Black with #AA16AF

Text Example


Text Example

White with #AA16AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA16AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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