#AE417D

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

Shades of Medium Red Violet #AE417D

Tints of Medium Red Violet #AE417D

Color information

#AE417D (or 0xAE417D) is unknown color: approx Medium Red Violet. HEX triplet: AE, 41 and 7D. RGB value is (174,65,125). Sum of RGB (Red+Green+Blue) = 174+65+125=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE417D is #51BE82. Grayscale: #686868. Windows color (decimal): -5357187 or 8208814. OLE color: 8208814.

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

Color convert

RGB17465125-
CMYK00.630.280.32
HSL326.97º45.61%46.86%-
HSV(B)326.97º62.64%68.24%-
XYZ23.0514.2620.94-
YUV104.43139.61177.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 65 (25.78% from 255) = 17.86%
BLUE value IS 125 (49.22% from 255) = 34.34%
R=47.80%
G=17.86%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746512500.630.280.32326.9745.6146.86
HexAE417D03F1C201472e2f
Octal25610117507734405075657
Binary1010111010000011111101011111111100100000101000111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE417D; }

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

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

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

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

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

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

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

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