#AE0C89

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

Shades of Medium Violet Red #AE0C89

Tints of Medium Violet Red #AE0C89

Color information

#AE0C89 (or 0xAE0C89) is unknown color: approx Medium Violet Red. HEX triplet: AE, 0C and 89. RGB value is (174,12,137). Sum of RGB (Red+Green+Blue) = 174+12+137=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0C89 is #51F376. Grayscale: #4A4A4A. Windows color (decimal): -5370743 or 8981678. OLE color: 8981678.

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

Color convert

RGB17412137-
CMYK00.930.210.32
HSL313.7º87.1%36.47%-
HSV(B)313.7º93.1%68.24%-
XYZ22.111.0724.64-
YUV74.69163.17198.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.87%
GREEN value IS 12 (5.08% from 255) = 3.72%
BLUE value IS 137 (53.91% from 255) = 42.41%
R=53.87%
G=3.72%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741213700.930.210.32313.787.136.47
HexAEC8905D152013a5724
Octal256142110135254047212744
Binary1010111011001000100101011101101011000001001110101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0C89; }

 p { color: rgb(174,12,137); }

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

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

 a { background-color: rgb(174,12,137); }

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

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

 span { border-color: rgb(174,12,137); }

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