#AA2B79

Color #AA2B79 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AA2B79

Tints of Medium Red Violet #AA2B79

Color information

#AA2B79 (or 0xAA2B79) is unknown color: approx Medium Red Violet. HEX triplet: AA, 2B and 79. RGB value is (170,43,121). Sum of RGB (Red+Green+Blue) = 170+43+121=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2B79 is #55D486. Grayscale: #595959. Windows color (decimal): -5624967 or 7941034. OLE color: 7941034.

HSL color Cylindrical-coordinate representation of color #AA2B79: hue angle of 323.15º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2B79 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB17043121-
CMYK00.750.290.33
HSL323.15º59.62%41.76%-
HSV(B)323.15º74.71%66.67%-
XYZ20.8911.6519.24-
YUV89.86145.58185.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 43 (17.19% from 255) = 12.87%
BLUE value IS 121 (47.66% from 255) = 36.23%
R=50.90%
G=12.87%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704312100.750.290.33323.1559.6241.76
HexAA2B7904B1D211433c2a
Octal25253171011335415037452
Binary1010101010101111110010100101111101100001101000011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2B79; }

 p { color: rgb(170,43,121); }

 H1.HeaderClassName
 {
   color: #AA2B79;
 }
 .AnyTagClassName
 {
   color: #AA2B79;
 }
</style>
background-color css

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

 a { background-color: rgb(170,43,121); }

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

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

 span { border-color: rgb(170,43,121); }

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