#AE0B7C

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

Shades of Medium Violet Red #AE0B7C

Tints of Medium Violet Red #AE0B7C

Color information

#AE0B7C (or 0xAE0B7C) is unknown color: approx Medium Violet Red. HEX triplet: AE, 0B and 7C. RGB value is (174,11,124). Sum of RGB (Red+Green+Blue) = 174+11+124=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0B7C is #51F483. Grayscale: #484848. Windows color (decimal): -5371012 or 8129454. OLE color: 8129454.

HSL color Cylindrical-coordinate representation of color #AE0B7C: hue angle of 318.4º degrees, saturation: 0.88, 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 #AE0B7C is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB17411124-
CMYK00.940.290.32
HSL318.4º88.11%36.27%-
HSV(B)318.4º93.68%68.24%-
XYZ21.2110.6920.01-
YUV72.62157200.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.31%
GREEN value IS 11 (4.69% from 255) = 3.56%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=56.31%
G=3.56%
B=40.13%

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
Decimal1741112400.940.290.32318.488.1136.27
HexAEB7C05E1D2013e5824
Octal256131740136354047613044
Binary101011101011111110001011110111011000001001111101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0B7C; }

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

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

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

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

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

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

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

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