#AE0D7C

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

Shades of Medium Violet Red #AE0D7C

Tints of Medium Violet Red #AE0D7C

Color information

#AE0D7C (or 0xAE0D7C) is unknown color: approx Medium Violet Red. HEX triplet: AE, 0D and 7C. RGB value is (174,13,124). Sum of RGB (Red+Green+Blue) = 174+13+124=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0D7C is #51F283. Grayscale: #494949. Windows color (decimal): -5370500 or 8129966. OLE color: 8129966.

HSL color Cylindrical-coordinate representation of color #AE0D7C: hue angle of 318.63º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0D7C is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB17413124-
CMYK00.930.290.32
HSL318.63º86.1%36.67%-
HSV(B)318.63º92.53%68.24%-
XYZ21.2410.7420.02-
YUV73.79156.34199.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.95%
GREEN value IS 13 (5.47% from 255) = 4.18%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=55.95%
G=4.18%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741312400.930.290.32318.6386.136.67
HexAED7C05D1D2013f5625
Octal256151740135354047712645
Binary101011101101111110001011101111011000001001111111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0D7C; }

 p { color: rgb(174,13,124); }

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

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

 a { background-color: rgb(174,13,124); }

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

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

 span { border-color: rgb(174,13,124); }

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