#AE117E

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

Shades of Medium Violet Red #AE117E

Tints of Medium Violet Red #AE117E

Color information

#AE117E (or 0xAE117E) is unknown color: approx Medium Violet Red. HEX triplet: AE, 11 and 7E. RGB value is (174,17,126). Sum of RGB (Red+Green+Blue) = 174+17+126=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE117E is #51EE81. Grayscale: #4C4C4C. Windows color (decimal): -5369474 or 8262062. OLE color: 8262062.

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

Color convert

RGB17417126-
CMYK00.900.280.32
HSL318.34º82.2%37.45%-
HSV(B)318.34º90.23%68.24%-
XYZ21.4210.9120.71-
YUV76.37156.01197.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 17 (7.03% from 255) = 5.36%
BLUE value IS 126 (49.61% from 255) = 39.75%
R=54.89%
G=5.36%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741712600.900.280.32318.3482.237.45
HexAE117E05A1C2013e5225
Octal256211760132344047612245
Binary1010111010001111111001011010111001000001001111101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE117E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE117E; }

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

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

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

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

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

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

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

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