#aa2770

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

Shades of Medium Red Violet #AA2770

Tints of Medium Red Violet #AA2770

Color information

#AA2770 (or 0xAA2770) is unknown color: approx Medium Red Violet. HEX triplet: AA, 27 and 70. RGB value is (170,39,112). Sum of RGB (Red+Green+Blue) = 170+39+112=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2770 is #55D88F. Grayscale: #565656. Windows color (decimal): -5626000 or 7350186. OLE color: 7350186.

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

Color convert

RGB17039112-
CMYK00.770.340.33
HSL326.56º62.68%40.98%-
HSV(B)326.56º77.06%66.67%-
XYZ20.2311.1716.42-
YUV86.49142.4187.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.96%
GREEN value IS 39 (15.62% from 255) = 12.15%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=52.96%
G=12.15%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703911200.770.340.33326.5662.6840.98
HexAA277004D22211473f29
Octal25247160011542415077751
Binary10101010100111111000001001101100010100001101000111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa2770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa2770; }

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

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

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

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

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

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

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

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