#AA2973

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

Shades of Medium Red Violet #AA2973

Tints of Medium Red Violet #AA2973

Color information

#AA2973 (or 0xAA2973) is unknown color: approx Medium Red Violet. HEX triplet: AA, 29 and 73. RGB value is (170,41,115). Sum of RGB (Red+Green+Blue) = 170+41+115=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2973 is #55D68C. Grayscale: #575757. Windows color (decimal): -5625485 or 7547306. OLE color: 7547306.

HSL color Cylindrical-coordinate representation of color #AA2973: hue angle of 325.58º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2973 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB17041115-
CMYK00.760.320.33
HSL325.58º61.14%41.37%-
HSV(B)325.58º75.88%66.67%-
XYZ20.4711.3717.34-
YUV88.01143.24186.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.15%
GREEN value IS 41 (16.41% from 255) = 12.58%
BLUE value IS 115 (45.31% from 255) = 35.28%
R=52.15%
G=12.58%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704111500.760.320.33325.5861.1441.37
HexAA297304C20211463d29
Octal25251163011440415067551
Binary10101010101001111001101001100100000100001101000110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2973; }

 p { color: rgb(170,41,115); }

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

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

 a { background-color: rgb(170,41,115); }

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

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

 span { border-color: rgb(170,41,115); }

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