#AE0A7C

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

Shades of Medium Violet Red #AE0A7C

Tints of Medium Violet Red #AE0A7C

Color information

#AE0A7C (or 0xAE0A7C) is unknown color: approx Medium Violet Red. HEX triplet: AE, 0A and 7C. RGB value is (174,10,124). Sum of RGB (Red+Green+Blue) = 174+10+124=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0A7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0A7C is #51F583. Grayscale: #474747. Windows color (decimal): -5371268 or 8129198. OLE color: 8129198.

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

Color convert

RGB17410124-
CMYK00.940.290.32
HSL318.29º89.13%36.08%-
HSV(B)318.29º94.25%68.24%-
XYZ21.210.6720.01-
YUV72.03157.33200.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.49%
GREEN value IS 10 (4.30% from 255) = 3.25%
BLUE value IS 124 (48.83% from 255) = 40.26%
R=56.49%
G=3.25%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741012400.940.290.32318.2989.1336.08
HexAEA7C05E1D2013e5924
Octal256121740136354047613144
Binary101011101010111110001011110111011000001001111101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0A7C; }

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

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

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

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

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

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

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

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