#AE119C

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

Shades of Medium Violet Red #AE119C

Tints of Medium Violet Red #AE119C

Color information

#AE119C (or 0xAE119C) is unknown color: approx Medium Violet Red. HEX triplet: AE, 11 and 9C. RGB value is (174,17,156). Sum of RGB (Red+Green+Blue) = 174+17+156=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE119C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE119C is #51EE63. Grayscale: #4F4F4F. Windows color (decimal): -5369444 or 10228142. OLE color: 10228142.

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

Color convert

RGB17417156-
CMYK00.900.100.32
HSL306.88º82.2%37.45%-
HSV(B)306.88º90.23%68.24%-
XYZ23.6611.832.48-
YUV79.79171.01195.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 17 (7.03% from 255) = 4.90%
BLUE value IS 156 (61.33% from 255) = 44.96%
R=50.14%
G=4.90%
B=44.96%

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
Decimal1741715600.900.100.32306.8882.237.45
HexAE119C05AA201335225
Octal256212340132124046312245
Binary1010111010001100111000101101010101000001001100111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE119C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE119C; }

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

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

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

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

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

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

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

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