#AE418C

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

Shades of Medium Red Violet #AE418C

Tints of Medium Red Violet #AE418C

Color information

#AE418C (or 0xAE418C) is unknown color: approx Medium Red Violet. HEX triplet: AE, 41 and 8C. RGB value is (174,65,140). Sum of RGB (Red+Green+Blue) = 174+65+140=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE418C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE418C is #51BE73. Grayscale: #696969. Windows color (decimal): -5357172 or 9191854. OLE color: 9191854.

HSL color Cylindrical-coordinate representation of color #AE418C: hue angle of 318.72º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE418C is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB17465140-
CMYK00.630.200.32
HSL318.72º45.61%46.86%-
HSV(B)318.72º62.64%68.24%-
XYZ24.0814.6726.37-
YUV106.14147.11176.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 65 (25.78% from 255) = 17.15%
BLUE value IS 140 (55.08% from 255) = 36.94%
R=45.91%
G=17.15%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746514000.630.200.32318.7245.6146.86
HexAE418C03F142013f2e2f
Octal25610121407724404775657
Binary10101110100000110001100011111110100100000100111111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE418C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE418C; }

 p { color: rgb(174,65,140); }

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

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

 a { background-color: rgb(174,65,140); }

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

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

 span { border-color: rgb(174,65,140); }

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