#AE158C

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

Shades of Medium Violet Red #AE158C

Tints of Medium Violet Red #AE158C

Color information

#AE158C (or 0xAE158C) is unknown color: approx Medium Violet Red. HEX triplet: AE, 15 and 8C. RGB value is (174,21,140). Sum of RGB (Red+Green+Blue) = 174+21+140=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE158C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE158C is #51EA73. Grayscale: #4F4F4F. Windows color (decimal): -5368436 or 9180590. OLE color: 9180590.

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

Color convert

RGB17421140-
CMYK00.880.200.32
HSL313.33º78.46%38.24%-
HSV(B)313.33º87.93%68.24%-
XYZ22.4611.4325.83-
YUV80.31161.69194.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.94%
GREEN value IS 21 (8.59% from 255) = 6.27%
BLUE value IS 140 (55.08% from 255) = 41.79%
R=51.94%
G=6.27%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742114000.880.200.32313.3378.4638.24
HexAE158C05814201394e26
Octal256252140130244047111646
Binary10101110101011000110001011000101001000001001110011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE158C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE158C; }

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

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

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

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

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

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

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

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