#aa2ea0

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

Shades of Medium Red Violet #AA2EA0

Tints of Medium Red Violet #AA2EA0

Color information

#AA2EA0 (or 0xAA2EA0) is unknown color: approx Medium Red Violet. HEX triplet: AA, 2E and A0. RGB value is (170,46,160). Sum of RGB (Red+Green+Blue) = 170+46+160=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2EA0 is #55D15F. Grayscale: #5F5F5F. Windows color (decimal): -5624160 or 10497706. OLE color: 10497706.

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

Color convert

RGB17046160-
CMYK00.730.060.33
HSL304.84º57.41%42.35%-
HSV(B)304.84º72.94%66.67%-
XYZ23.913.0434.51-
YUV96.07164.08180.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 46 (18.36% from 255) = 12.23%
BLUE value IS 160 (62.89% from 255) = 42.55%
R=45.21%
G=12.23%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704616000.730.060.33304.8457.4142.35
HexAA2EA0049621131392a
Octal2525624001116414617152
Binary101010101011101010000001001001110100001100110001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa2ea0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa2ea0; }

 p { color: rgb(170,46,160); }

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

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

 a { background-color: rgb(170,46,160); }

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

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

 span { border-color: rgb(170,46,160); }

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