#AA157C

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

Shades of Medium Violet Red #AA157C

Tints of Medium Violet Red #AA157C

Color information

#AA157C (or 0xAA157C) is unknown color: approx Medium Violet Red. HEX triplet: AA, 15 and 7C. RGB value is (170,21,124). Sum of RGB (Red+Green+Blue) = 170+21+124=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA157C is #55EA83. Grayscale: #4D4D4D. Windows color (decimal): -5630596 or 8132010. OLE color: 8132010.

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

Color convert

RGB17021124-
CMYK00.880.270.33
HSL318.52º78.01%37.45%-
HSV(B)318.52º87.65%66.67%-
XYZ20.4810.5420.02-
YUV77.29154.36194.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.97%
GREEN value IS 21 (8.59% from 255) = 6.67%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=53.97%
G=6.67%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702112400.880.270.33318.5278.0137.45
HexAA157C0581B2113f4e25
Octal252251740130334147711645
Binary1010101010101111110001011000110111000011001111111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA157C; }

 p { color: rgb(170,21,124); }

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

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

 a { background-color: rgb(170,21,124); }

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

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

 span { border-color: rgb(170,21,124); }

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