#AA157D

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

Shades of Medium Violet Red #AA157D

Tints of Medium Violet Red #AA157D

Color information

#AA157D (or 0xAA157D) is unknown color: approx Medium Violet Red. HEX triplet: AA, 15 and 7D. RGB value is (170,21,125). Sum of RGB (Red+Green+Blue) = 170+21+125=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA157D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA157D is #55EA82. Grayscale: #4D4D4D. Windows color (decimal): -5630595 or 8197546. OLE color: 8197546.

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

Color convert

RGB17021125-
CMYK00.880.260.33
HSL318.12º78.01%37.45%-
HSV(B)318.12º87.65%66.67%-
XYZ20.5510.5620.36-
YUV77.41154.86194.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.80%
GREEN value IS 21 (8.59% from 255) = 6.65%
BLUE value IS 125 (49.22% from 255) = 39.56%
R=53.80%
G=6.65%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702112500.880.260.33318.1278.0137.45
HexAA157D0581A2113e4e25
Octal252251750130324147611645
Binary1010101010101111110101011000110101000011001111101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA157D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA157D; }

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

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

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

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

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

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

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

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