Html Css Color HEX #AA079A Dark Magenta

📋 copy color: '#AA079A'

red 170 ◦ green 7 ◦ blue 154

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

Shades of Dark Magenta #AA079A

Tints of Dark Magenta #AA079A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.53%

R = 51.36%
G = 2.11%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA079A (or 0xAA079A) is known color: Dark Magenta. HEX triplet: AA, 07 and 9A. RGB value is (170,7,154). Sum of RGB (Red+Green+Blue) = 170+7+154=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA079A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA079A is #55F865. Grayscale: #484848. Windows color (decimal): -5634150 or 10094506. OLE color: 10094506.

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

Color convert

RGB 170 7 154 -
CMYK 0 0.96 0.09 0.33
HSL 305.89º 0.92% 0.35% -
HSV(B) 305.89º 0.96% 0.67% -
XYZ 22.49 11.03 31.52 -
YUV 72.5 174 197.55 -
System Red Green Blue C M Y K H S L
Decimal 170 7 154 0 0.96 0.09 0.33 305.89 0.92 0.35
Hex AA 7 9A 0 60 9 21 132 5C 23
Octal 252 7 232 0 140 11 41 462 134 43
Binary 10101010 111 10011010 0 1100000 1001 100001 100110010 1011100 100011

Color Harmonies of #AA079A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA079A

Black with #AA079A

Text Example


Text Example

White with #AA079A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA079A; }

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

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

background-color css

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

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

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

border-color css

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

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

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