#AE157A

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

Shades of Medium Violet Red #AE157A

Tints of Medium Violet Red #AE157A

Color information

#AE157A (or 0xAE157A) is unknown color: approx Medium Violet Red. HEX triplet: AE, 15 and 7A. RGB value is (174,21,122). Sum of RGB (Red+Green+Blue) = 174+21+122=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE157A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE157A is #51EA85. Grayscale: #4E4E4E. Windows color (decimal): -5368454 or 8000942. OLE color: 8000942.

HSL color Cylindrical-coordinate representation of color #AE157A: hue angle of 320.39º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE157A is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB17421122-
CMYK00.880.300.32
HSL320.39º78.46%38.24%-
HSV(B)320.39º87.93%68.24%-
XYZ21.2410.9419.4-
YUV78.26152.69196.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 21 (8.59% from 255) = 6.62%
BLUE value IS 122 (48.05% from 255) = 38.49%
R=54.89%
G=6.62%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742112200.880.300.32320.3978.4638.24
HexAE157A0581E201404e26
Octal256251720130364050011646
Binary1010111010101111101001011000111101000001010000001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE157A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE157A; }

 p { color: rgb(174,21,122); }

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

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

 a { background-color: rgb(174,21,122); }

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

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

 span { border-color: rgb(174,21,122); }

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