#AA117E

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

Shades of Medium Violet Red #AA117E

Tints of Medium Violet Red #AA117E

Color information

#AA117E (or 0xAA117E) is unknown color: approx Medium Violet Red. HEX triplet: AA, 11 and 7E. RGB value is (170,17,126). Sum of RGB (Red+Green+Blue) = 170+17+126=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA117E is #55EE81. Grayscale: #4A4A4A. Windows color (decimal): -5631618 or 8262058. OLE color: 8262058.

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

Color convert

RGB17017126-
CMYK00.90.260.33
HSL317.25º81.82%36.67%-
HSV(B)317.25º90%66.67%-
XYZ20.5410.4520.67-
YUV75.17156.69195.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.31%
GREEN value IS 17 (7.03% from 255) = 5.43%
BLUE value IS 126 (49.61% from 255) = 40.26%
R=54.31%
G=5.43%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701712600.90.260.33317.2581.8236.67
HexAA117E05A1A2113d5225
Octal252211760132324147512245
Binary1010101010001111111001011010110101000011001111011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA117E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA117E; }

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

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

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

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

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

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

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

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