Html Css Color HEX #AA0796 Dark Magenta

📋 copy color: '#AA0796'

red 170 ◦ green 7 ◦ blue 150

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

Shades of Dark Magenta #AA0796

Tints of Dark Magenta #AA0796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.87%

R = 51.99%
G = 2.14%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA0796 (or 0xAA0796) is known color: Dark Magenta. HEX triplet: AA, 07 and 96. RGB value is (170,7,150). Sum of RGB (Red+Green+Blue) = 170+7+150=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0796 is #55F869. Grayscale: #474747. Windows color (decimal): -5634154 or 9832362. OLE color: 9832362.

HSL color Cylindrical-coordinate representation of color #AA0796: hue angle of 307.36º 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 #AA0796 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 7 150 -
CMYK 0 0.96 0.12 0.33
HSL 307.36º 0.92% 0.35% -
HSV(B) 307.36º 0.96% 0.67% -
XYZ 22.16 10.9 29.79 -
YUV 72.04 172 197.87 -
System Red Green Blue C M Y K H S L
Decimal 170 7 150 0 0.96 0.12 0.33 307.36 0.92 0.35
Hex AA 7 96 0 60 C 21 133 5C 23
Octal 252 7 226 0 140 14 41 463 134 43
Binary 10101010 111 10010110 0 1100000 1100 100001 100110011 1011100 100011

Color Harmonies of #AA0796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0796

Black with #AA0796

Text Example


Text Example

White with #AA0796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0796; }

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

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

background-color css

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

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

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

border-color css

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

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

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