#AE418D

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

Shades of Medium Red Violet #AE418D

Tints of Medium Red Violet #AE418D

Color information

#AE418D (or 0xAE418D) is unknown color: approx Medium Red Violet. HEX triplet: AE, 41 and 8D. RGB value is (174,65,141). Sum of RGB (Red+Green+Blue) = 174+65+141=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE418D is #51BE72. Grayscale: #6A6A6A. Windows color (decimal): -5357171 or 9257390. OLE color: 9257390.

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

Color convert

RGB17465141-
CMYK00.630.190.32
HSL318.17º45.61%46.86%-
HSV(B)318.17º62.64%68.24%-
XYZ24.1514.726.76-
YUV106.26147.61176.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 65 (25.78% from 255) = 17.11%
BLUE value IS 141 (55.47% from 255) = 37.11%
R=45.79%
G=17.11%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746514100.630.190.32318.1745.6146.86
HexAE418D03F132013e2e2f
Octal25610121507723404765657
Binary10101110100000110001101011111110011100000100111110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE418D; }

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

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

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

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

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

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

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

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