Html Css Color HEX #AA079E Dark Magenta

📋 copy color: '#AA079E'

red 170 ◦ green 7 ◦ blue 158

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

Shades of Dark Magenta #AA079E

Tints of Dark Magenta #AA079E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.16%

R = 50.75%
G = 2.09%
B = 47.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA079E (or 0xAA079E) is known color: Dark Magenta. HEX triplet: AA, 07 and 9E. RGB value is (170,7,158). Sum of RGB (Red+Green+Blue) = 170+7+158=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA079E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA079E is #55F861. Grayscale: #484848. Windows color (decimal): -5634146 or 10356650. OLE color: 10356650.

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

Color convert

RGB 170 7 158 -
CMYK 0 0.96 0.07 0.33
HSL 304.42º 0.92% 0.35% -
HSV(B) 304.42º 0.96% 0.67% -
XYZ 22.83 11.17 33.3 -
YUV 72.95 176 197.22 -
System Red Green Blue C M Y K H S L
Decimal 170 7 158 0 0.96 0.07 0.33 304.42 0.92 0.35
Hex AA 7 9E 0 60 7 21 130 5C 23
Octal 252 7 236 0 140 7 41 460 134 43
Binary 10101010 111 10011110 0 1100000 111 100001 100110000 1011100 100011

Color Harmonies of #AA079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA079E

Black with #AA079E

Text Example


Text Example

White with #AA079E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA079E; }

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

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

background-color css

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

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

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

border-color css

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

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

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