#AE0E9D

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

Shades of Medium Violet Red #AE0E9D

Tints of Medium Violet Red #AE0E9D

Color information

#AE0E9D (or 0xAE0E9D) is unknown color: approx Medium Violet Red. HEX triplet: AE, 0E and 9D. RGB value is (174,14,157). Sum of RGB (Red+Green+Blue) = 174+14+157=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0E9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0E9D is #51F162. Grayscale: #4D4D4D. Windows color (decimal): -5370211 or 10292910. OLE color: 10292910.

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

Color convert

RGB17414157-
CMYK00.920.100.32
HSL306.38º85.11%36.86%-
HSV(B)306.38º91.95%68.24%-
XYZ23.711.7532.92-
YUV78.14172.51196.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.43%
GREEN value IS 14 (5.86% from 255) = 4.06%
BLUE value IS 157 (61.72% from 255) = 45.51%
R=50.43%
G=4.06%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741415700.920.100.32306.3885.1136.86
HexAEE9D05CA201325525
Octal256162350134124046212545
Binary101011101110100111010101110010101000001001100101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0E9D; }

 p { color: rgb(174,14,157); }

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

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

 a { background-color: rgb(174,14,157); }

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

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

 span { border-color: rgb(174,14,157); }

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