#aa2777

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

Shades of Medium Red Violet #AA2777

Tints of Medium Red Violet #AA2777

Color information

#AA2777 (or 0xAA2777) is unknown color: approx Medium Red Violet. HEX triplet: AA, 27 and 77. RGB value is (170,39,119). Sum of RGB (Red+Green+Blue) = 170+39+119=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2777 is #55D888. Grayscale: #575757. Windows color (decimal): -5625993 or 7808938. OLE color: 7808938.

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

Color convert

RGB17039119-
CMYK00.770.30.33
HSL323.36º62.68%40.98%-
HSV(B)323.36º77.06%66.67%-
XYZ20.6311.3318.55-
YUV87.29145.9187-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.83%
GREEN value IS 39 (15.62% from 255) = 11.89%
BLUE value IS 119 (46.88% from 255) = 36.28%
R=51.83%
G=11.89%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703911900.770.30.33323.3662.6840.98
HexAA277704D1E211433f29
Octal25247167011536415037751
Binary1010101010011111101110100110111110100001101000011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa2777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa2777; }

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

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

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

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

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

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

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

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