#AA1180

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

Shades of Medium Violet Red #AA1180

Tints of Medium Violet Red #AA1180

Color information

#AA1180 (or 0xAA1180) is unknown color: approx Medium Violet Red. HEX triplet: AA, 11 and 80. RGB value is (170,17,128). Sum of RGB (Red+Green+Blue) = 170+17+128=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1180 is #55EE7F. Grayscale: #4B4B4B. Windows color (decimal): -5631616 or 8393130. OLE color: 8393130.

HSL color Cylindrical-coordinate representation of color #AA1180: hue angle of 316.47º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA1180 is Cyan = 0, Magento = 0.9, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB17017128-
CMYK00.90.250.33
HSL316.47º81.82%36.67%-
HSV(B)316.47º90%66.67%-
XYZ20.6710.5121.36-
YUV75.4157.69195.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.97%
GREEN value IS 17 (7.03% from 255) = 5.40%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=53.97%
G=5.40%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701712800.90.250.33316.4781.8236.67
HexAA118005A192113c5225
Octal252212000132314147412245
Binary10101010100011000000001011010110011000011001111001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1180; }

 p { color: rgb(170,17,128); }

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

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

 a { background-color: rgb(170,17,128); }

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

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

 span { border-color: rgb(170,17,128); }

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