Html Css Color HEX #AA0AAF Deep Magenta

📋 copy color: '#AA0AAF'

red 170 ◦ green 10 ◦ blue 175

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

Shades of Deep Magenta #AA0AAF

Tints of Deep Magenta #AA0AAF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.82%

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

R = 47.89%
G = 2.82%
B = 49.3%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA0AAF (or 0xAA0AAF) is known color: Deep Magenta. HEX triplet: AA, 0A and AF. RGB value is (170,10,175). Sum of RGB (Red+Green+Blue) = 170+10+175=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA0AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0AAF is #55F550. Grayscale: #4C4C4C. Windows color (decimal): -5633361 or 11471530. OLE color: 11471530.

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

Color convert

RGB 170 10 175 -
CMYK 0.03 0.94 0 0.31
HSL 298.18º 0.89% 0.36% -
HSV(B) 298.18º 0.94% 0.69% -
XYZ 24.42 11.86 41.56 -
YUV 76.65 183.51 194.58 -
System Red Green Blue C M Y K H S L
Decimal 170 10 175 0.03 0.94 0 0.31 298.18 0.89 0.36
Hex AA A AF 3 5E 0 1F 12A 59 24
Octal 252 12 257 3 136 0 37 452 131 44
Binary 10101010 1010 10101111 11 1011110 0 11111 100101010 1011001 100100

Color Harmonies of #AA0AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0AAF

Black with #AA0AAF

Text Example


Text Example

White with #AA0AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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