#aa297a

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

Shades of Medium Red Violet #AA297A

Tints of Medium Red Violet #AA297A

Color information

#AA297A (or 0xAA297A) is unknown color: approx Medium Red Violet. HEX triplet: AA, 29 and 7A. RGB value is (170,41,122). Sum of RGB (Red+Green+Blue) = 170+41+122=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA297A is #55D685. Grayscale: #585858. Windows color (decimal): -5625478 or 8006058. OLE color: 8006058.

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

Color convert

RGB17041122-
CMYK00.760.280.33
HSL322.33º61.14%41.37%-
HSV(B)322.33º75.88%66.67%-
XYZ20.8811.5419.54-
YUV88.8146.74185.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 41 (16.41% from 255) = 12.31%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=51.05%
G=12.31%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704112200.760.280.33322.3361.1441.37
HexAA297A04C1C211423d29
Octal25251172011434415027551
Binary1010101010100111110100100110011100100001101000010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa297a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa297a; }

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

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

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

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

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

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

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

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