#AA2772

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

Shades of Medium Red Violet #AA2772

Tints of Medium Red Violet #AA2772

Color information

#AA2772 (or 0xAA2772) is unknown color: approx Medium Red Violet. HEX triplet: AA, 27 and 72. RGB value is (170,39,114). Sum of RGB (Red+Green+Blue) = 170+39+114=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2772 is #55D88D. Grayscale: #565656. Windows color (decimal): -5625998 or 7481258. OLE color: 7481258.

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

Color convert

RGB17039114-
CMYK00.770.330.33
HSL325.65º62.68%40.98%-
HSV(B)325.65º77.06%66.67%-
XYZ20.3411.2117.01-
YUV86.72143.4187.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.63%
GREEN value IS 39 (15.62% from 255) = 12.07%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=52.63%
G=12.07%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703911400.770.330.33325.6562.6840.98
HexAA277204D21211463f29
Octal25247162011541415067751
Binary10101010100111111001001001101100001100001101000110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2772; }

 p { color: rgb(170,39,114); }

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

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

 a { background-color: rgb(170,39,114); }

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

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

 span { border-color: rgb(170,39,114); }

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