Html Css Color HEX #AA0797 Dark Magenta

📋 copy color: '#AA0797'

red 170 ◦ green 7 ◦ blue 151

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

Shades of Dark Magenta #AA0797

Tints of Dark Magenta #AA0797

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.13%

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

R = 51.83%
G = 2.13%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA0797 (or 0xAA0797) is known color: Dark Magenta. HEX triplet: AA, 07 and 97. RGB value is (170,7,151). Sum of RGB (Red+Green+Blue) = 170+7+151=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0797 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0797 is #55F868. Grayscale: #474747. Windows color (decimal): -5634153 or 9897898. OLE color: 9897898.

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

Color convert

RGB 170 7 151 -
CMYK 0 0.96 0.11 0.33
HSL 306.99º 0.92% 0.35% -
HSV(B) 306.99º 0.96% 0.67% -
XYZ 22.24 10.93 30.22 -
YUV 72.15 172.5 197.79 -
System Red Green Blue C M Y K H S L
Decimal 170 7 151 0 0.96 0.11 0.33 306.99 0.92 0.35
Hex AA 7 97 0 60 B 21 133 5C 23
Octal 252 7 227 0 140 13 41 463 134 43
Binary 10101010 111 10010111 0 1100000 1011 100001 100110011 1011100 100011

Color Harmonies of #AA0797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0797

Black with #AA0797

Text Example


Text Example

White with #AA0797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0797; }

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

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

background-color css

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

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

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

border-color css

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

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

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