Html Css Color HEX #AA0799 Dark Magenta

📋 copy color: '#AA0799'

red 170 ◦ green 7 ◦ blue 153

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

Shades of Dark Magenta #AA0799

Tints of Dark Magenta #AA0799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.36%

R = 51.52%
G = 2.12%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA0799 (or 0xAA0799) is known color: Dark Magenta. HEX triplet: AA, 07 and 99. RGB value is (170,7,153). Sum of RGB (Red+Green+Blue) = 170+7+153=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0799 is #55F866. Grayscale: #474747. Windows color (decimal): -5634151 or 10028970. OLE color: 10028970.

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

Color convert

RGB 170 7 153 -
CMYK 0 0.96 0.1 0.33
HSL 306.26º 0.92% 0.35% -
HSV(B) 306.26º 0.96% 0.67% -
XYZ 22.4 11 31.08 -
YUV 72.38 173.5 197.63 -
System Red Green Blue C M Y K H S L
Decimal 170 7 153 0 0.96 0.1 0.33 306.26 0.92 0.35
Hex AA 7 99 0 60 A 21 132 5C 23
Octal 252 7 231 0 140 12 41 462 134 43
Binary 10101010 111 10011001 0 1100000 1010 100001 100110010 1011100 100011

Color Harmonies of #AA0799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0799

Black with #AA0799

Text Example


Text Example

White with #AA0799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0799; }

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

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

background-color css

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

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

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

border-color css

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

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

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