Html Css Color HEX #AA0790 Dark Magenta

📋 copy color: '#AA0790'

red 170 ◦ green 7 ◦ blue 144

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

Shades of Dark Magenta #AA0790

Tints of Dark Magenta #AA0790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 52.96%
G = 2.18%
B = 44.86%

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

#AA0790 (or 0xAA0790) is known color: Dark Magenta. HEX triplet: AA, 07 and 90. RGB value is (170,7,144). Sum of RGB (Red+Green+Blue) = 170+7+144=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0790 is #55F86F. Grayscale: #464646. Windows color (decimal): -5634160 or 9439146. OLE color: 9439146.

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

Color convert

RGB 170 7 144 -
CMYK 0 0.96 0.15 0.33
HSL 309.57º 0.92% 0.35% -
HSV(B) 309.57º 0.96% 0.67% -
XYZ 21.69 10.71 27.31 -
YUV 71.36 169 198.36 -
System Red Green Blue C M Y K H S L
Decimal 170 7 144 0 0.96 0.15 0.33 309.57 0.92 0.35
Hex AA 7 90 0 60 F 21 136 5C 23
Octal 252 7 220 0 140 17 41 466 134 43
Binary 10101010 111 10010000 0 1100000 1111 100001 100110110 1011100 100011

Color Harmonies of #AA0790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0790

Black with #AA0790

Text Example


Text Example

White with #AA0790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0790; }

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

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

background-color css

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

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

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

border-color css

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

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

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