Html Css Color HEX #AA0AA5 Dark Magenta

📋 copy color: '#AA0AA5'

red 170 ◦ green 10 ◦ blue 165

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

Shades of Dark Magenta #AA0AA5

Tints of Dark Magenta #AA0AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 47.83%

R = 49.28%
G = 2.9%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AA0AA5 (or 0xAA0AA5) is known color: Dark Magenta. HEX triplet: AA, 0A and A5. RGB value is (170,10,165). Sum of RGB (Red+Green+Blue) = 170+10+165=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0AA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0AA5 is #55F55A. Grayscale: #4B4B4B. Windows color (decimal): -5633371 or 10816170. OLE color: 10816170.

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

Color convert

RGB 170 10 165 -
CMYK 0 0.94 0.03 0.33
HSL 301.88º 0.89% 0.35% -
HSV(B) 301.88º 0.94% 0.67% -
XYZ 23.48 11.48 36.58 -
YUV 75.51 178.51 195.4 -
System Red Green Blue C M Y K H S L
Decimal 170 10 165 0 0.94 0.03 0.33 301.88 0.89 0.35
Hex AA A A5 0 5E 3 21 12E 59 23
Octal 252 12 245 0 136 3 41 456 131 43
Binary 10101010 1010 10100101 0 1011110 11 100001 100101110 1011001 100011

Color Harmonies of #AA0AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0AA5

Black with #AA0AA5

Text Example


Text Example

White with #AA0AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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