#AA117F

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

Shades of Medium Violet Red #AA117F

Tints of Medium Violet Red #AA117F

Color information

#AA117F (or 0xAA117F) is unknown color: approx Medium Violet Red. HEX triplet: AA, 11 and 7F. RGB value is (170,17,127). Sum of RGB (Red+Green+Blue) = 170+17+127=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA117F is #55EE80. Grayscale: #4B4B4B. Windows color (decimal): -5631617 or 8327594. OLE color: 8327594.

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

Color convert

RGB17017127-
CMYK00.90.250.33
HSL316.86º81.82%36.67%-
HSV(B)316.86º90%66.67%-
XYZ20.6110.4821.02-
YUV75.29157.19195.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.14%
GREEN value IS 17 (7.03% from 255) = 5.41%
BLUE value IS 127 (50% from 255) = 40.45%
R=54.14%
G=5.41%
B=40.45%

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
Decimal1701712700.90.250.33316.8681.8236.67
HexAA117F05A192113d5225
Octal252211770132314147512245
Binary1010101010001111111101011010110011000011001111011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA117F; }

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

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

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

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

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

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

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

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