Html Css Color HEX #AA0792 Dark Magenta

📋 copy color: '#AA0792'

red 170 ◦ green 7 ◦ blue 146

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

Shades of Dark Magenta #AA0792

Tints of Dark Magenta #AA0792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.2%

R = 52.63%
G = 2.17%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA0792 (or 0xAA0792) is known color: Dark Magenta. HEX triplet: AA, 07 and 92. RGB value is (170,7,146). Sum of RGB (Red+Green+Blue) = 170+7+146=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0792 is #55F86D. Grayscale: #474747. Windows color (decimal): -5634158 or 9570218. OLE color: 9570218.

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

Color convert

RGB 170 7 146 -
CMYK 0 0.96 0.14 0.33
HSL 308.83º 0.92% 0.35% -
HSV(B) 308.83º 0.96% 0.67% -
XYZ 21.84 10.77 28.12 -
YUV 71.58 170 198.2 -
System Red Green Blue C M Y K H S L
Decimal 170 7 146 0 0.96 0.14 0.33 308.83 0.92 0.35
Hex AA 7 92 0 60 E 21 135 5C 23
Octal 252 7 222 0 140 16 41 465 134 43
Binary 10101010 111 10010010 0 1100000 1110 100001 100110101 1011100 100011

Color Harmonies of #AA0792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0792

Black with #AA0792

Text Example


Text Example

White with #AA0792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0792; }

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

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

background-color css

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

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

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

border-color css

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

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

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