Html Css Color HEX #AA0791 Dark Magenta

📋 copy color: '#AA0791'

red 170 ◦ green 7 ◦ blue 145

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

Shades of Dark Magenta #AA0791

Tints of Dark Magenta #AA0791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.03%

R = 52.8%
G = 2.17%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA0791 (or 0xAA0791) is known color: Dark Magenta. HEX triplet: AA, 07 and 91. RGB value is (170,7,145). Sum of RGB (Red+Green+Blue) = 170+7+145=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0791 is #55F86E. Grayscale: #474747. Windows color (decimal): -5634159 or 9504682. OLE color: 9504682.

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

Color convert

RGB 170 7 145 -
CMYK 0 0.96 0.15 0.33
HSL 309.2º 0.92% 0.35% -
HSV(B) 309.2º 0.96% 0.67% -
XYZ 21.76 10.74 27.71 -
YUV 71.47 169.5 198.28 -
System Red Green Blue C M Y K H S L
Decimal 170 7 145 0 0.96 0.15 0.33 309.2 0.92 0.35
Hex AA 7 91 0 60 F 21 135 5C 23
Octal 252 7 221 0 140 17 41 465 134 43
Binary 10101010 111 10010001 0 1100000 1111 100001 100110101 1011100 100011

Color Harmonies of #AA0791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0791

Black with #AA0791

Text Example


Text Example

White with #AA0791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0791; }

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

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

background-color css

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

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

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

border-color css

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

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

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