#AA2473

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

Shades of Medium Red Violet #AA2473

Tints of Medium Red Violet #AA2473

Color information

#AA2473 (or 0xAA2473) is unknown color: approx Medium Red Violet. HEX triplet: AA, 24 and 73. RGB value is (170,36,115). Sum of RGB (Red+Green+Blue) = 170+36+115=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2473 is #55DB8C. Grayscale: #545454. Windows color (decimal): -5626765 or 7546026. OLE color: 7546026.

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

Color convert

RGB17036115-
CMYK00.790.320.33
HSL324.63º65.05%40.39%-
HSV(B)324.63º78.82%66.67%-
XYZ20.311.0517.28-
YUV85.07144.89188.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.96%
GREEN value IS 36 (14.45% from 255) = 11.21%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=52.96%
G=11.21%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703611500.790.320.33324.6365.0540.39
HexAA247304F20211454128
Octal252441630117404150510150
Binary101010101001001110011010011111000001000011010001011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2473; }

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

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

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

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

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

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

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

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