Html Css Color HEX #AA0597 Dark Magenta

📋 copy color: '#AA0597'

red 170 ◦ green 5 ◦ blue 151

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

Shades of Dark Magenta #AA0597

Tints of Dark Magenta #AA0597

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.53%

 BLUE value IS 151 (59.38% from 255) = 46.32%

R = 52.15%
G = 1.53%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA0597 (or 0xAA0597) is known color: Dark Magenta. HEX triplet: AA, 05 and 97. RGB value is (170,5,151). Sum of RGB (Red+Green+Blue) = 170+5+151=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0597 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0597 is #55FA68. Grayscale: #464646. Windows color (decimal): -5634665 or 9897386. OLE color: 9897386.

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

Color convert

RGB 170 5 151 -
CMYK 0 0.97 0.11 0.33
HSL 306.91º 0.94% 0.34% -
HSV(B) 306.91º 0.97% 0.67% -
XYZ 22.22 10.89 30.21 -
YUV 70.98 173.16 198.63 -
System Red Green Blue C M Y K H S L
Decimal 170 5 151 0 0.97 0.11 0.33 306.91 0.94 0.34
Hex AA 5 97 0 61 B 21 133 5E 22
Octal 252 5 227 0 141 13 41 463 136 42
Binary 10101010 101 10010111 0 1100001 1011 100001 100110011 1011110 100010

Color Harmonies of #AA0597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0597

Black with #AA0597

Text Example


Text Example

White with #AA0597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0597; }

 p { color: rgb(170,5,151); }

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

background-color css

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

 a { background-color: rgb(170,5,151); }

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

border-color css

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

 span { border-color: rgb(170,5,151); }

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