#AE117C

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

Shades of Medium Violet Red #AE117C

Tints of Medium Violet Red #AE117C

Color information

#AE117C (or 0xAE117C) is unknown color: approx Medium Violet Red. HEX triplet: AE, 11 and 7C. RGB value is (174,17,124). Sum of RGB (Red+Green+Blue) = 174+17+124=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE117C is #51EE83. Grayscale: #4B4B4B. Windows color (decimal): -5369476 or 8130990. OLE color: 8130990.

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

Color convert

RGB17417124-
CMYK00.900.290.32
HSL319.11º82.2%37.45%-
HSV(B)319.11º90.23%68.24%-
XYZ21.2910.8520.04-
YUV76.14155.01197.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.24%
GREEN value IS 17 (7.03% from 255) = 5.40%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=55.24%
G=5.40%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741712400.900.290.32319.1182.237.45
HexAE117C05A1D2013f5225
Octal256211740132354047712245
Binary1010111010001111110001011010111011000001001111111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE117C; }

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

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

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

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

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

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

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

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