Html Css Color HEX #AA0497 Dark Magenta

📋 copy color: '#AA0497'

red 170 ◦ green 4 ◦ blue 151

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

Shades of Dark Magenta #AA0497

Tints of Dark Magenta #AA0497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

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

R = 52.31%
G = 1.23%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA0497 (or 0xAA0497) is known color: Dark Magenta. HEX triplet: AA, 04 and 97. RGB value is (170,4,151). Sum of RGB (Red+Green+Blue) = 170+4+151=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0497 is #55FB68. Grayscale: #454545. Windows color (decimal): -5634921 or 9897130. OLE color: 9897130.

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

Color convert

RGB 170 4 151 -
CMYK 0 0.98 0.11 0.33
HSL 306.87º 0.95% 0.34% -
HSV(B) 306.87º 0.98% 0.67% -
XYZ 22.21 10.87 30.21 -
YUV 70.39 173.5 199.05 -
System Red Green Blue C M Y K H S L
Decimal 170 4 151 0 0.98 0.11 0.33 306.87 0.95 0.34
Hex AA 4 97 0 62 B 21 133 5F 22
Octal 252 4 227 0 142 13 41 463 137 42
Binary 10101010 100 10010111 0 1100010 1011 100001 100110011 1011111 100010

Color Harmonies of #AA0497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0497

Black with #AA0497

Text Example


Text Example

White with #AA0497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0497; }

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

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

background-color css

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

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

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

border-color css

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

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

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