#AE119D

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

Shades of Medium Violet Red #AE119D

Tints of Medium Violet Red #AE119D

Color information

#AE119D (or 0xAE119D) is unknown color: approx Medium Violet Red. HEX triplet: AE, 11 and 9D. RGB value is (174,17,157). Sum of RGB (Red+Green+Blue) = 174+17+157=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE119D is #51EE62. Grayscale: #4F4F4F. Windows color (decimal): -5369443 or 10293678. OLE color: 10293678.

HSL color Cylindrical-coordinate representation of color #AE119D: hue angle of 306.5º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE119D is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB17417157-
CMYK00.900.100.32
HSL306.5º82.2%37.45%-
HSV(B)306.5º90.23%68.24%-
XYZ23.7411.8332.93-
YUV79.9171.51195.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 4.89%
BLUE value IS 157 (61.72% from 255) = 45.11%
R=50%
G=4.89%
B=45.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741715700.900.100.32306.582.237.45
HexAE119D05AA201325225
Octal256212350132124046212245
Binary1010111010001100111010101101010101000001001100101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE119D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE119D; }

 p { color: rgb(174,17,157); }

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

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

 a { background-color: rgb(174,17,157); }

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

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

 span { border-color: rgb(174,17,157); }

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