Html Css Color HEX #AA11AF Deep Magenta

📋 copy color: '#AA11AF'

red 170 ◦ green 17 ◦ blue 175

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

Shades of Deep Magenta #AA11AF

Tints of Deep Magenta #AA11AF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.7%

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

R = 46.96%
G = 4.7%
B = 48.34%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA11AF (or 0xAA11AF) is known color: Deep Magenta. HEX triplet: AA, 11 and AF. RGB value is (170,17,175). Sum of RGB (Red+Green+Blue) = 170+17+175=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA11AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA11AF is #55EE50. Grayscale: #505050. Windows color (decimal): -5631569 or 11473322. OLE color: 11473322.

HSL color Cylindrical-coordinate representation of color #AA11AF: hue angle of 298.1º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA11AF is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 17 175 -
CMYK 0.03 0.90 0 0.31
HSL 298.1º 0.82% 0.38% -
HSV(B) 298.1º 0.9% 0.69% -
XYZ 24.52 12.04 41.59 -
YUV 80.76 181.19 191.65 -
System Red Green Blue C M Y K H S L
Decimal 170 17 175 0.03 0.90 0 0.31 298.1 0.82 0.38
Hex AA 11 AF 3 5A 0 1F 12A 52 26
Octal 252 21 257 3 132 0 37 452 122 46
Binary 10101010 10001 10101111 11 1011010 0 11111 100101010 1010010 100110

Color Harmonies of #AA11AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA11AF

Black with #AA11AF

Text Example


Text Example

White with #AA11AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA11AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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