#AE118E

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

Shades of Medium Violet Red #AE118E

Tints of Medium Violet Red #AE118E

Color information

#AE118E (or 0xAE118E) is unknown color: approx Medium Violet Red. HEX triplet: AE, 11 and 8E. RGB value is (174,17,142). Sum of RGB (Red+Green+Blue) = 174+17+142=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE118E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE118E is #51EE71. Grayscale: #4D4D4D. Windows color (decimal): -5369458 or 9310638. OLE color: 9310638.

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

Color convert

RGB17417142-
CMYK00.900.180.32
HSL312.23º82.2%37.45%-
HSV(B)312.23º90.23%68.24%-
XYZ22.5411.3526.59-
YUV78.19164.01196.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.25%
GREEN value IS 17 (7.03% from 255) = 5.11%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=52.25%
G=5.11%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741714200.900.180.32312.2382.237.45
HexAE118E05A12201385225
Octal256212160132224047012245
Binary10101110100011000111001011010100101000001001110001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE118E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE118E; }

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

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

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

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

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

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

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

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