#AE0A93

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

Shades of Medium Violet Red #AE0A93

Tints of Medium Violet Red #AE0A93

Color information

#AE0A93 (or 0xAE0A93) is unknown color: approx Medium Violet Red. HEX triplet: AE, 0A and 93. RGB value is (174,10,147). Sum of RGB (Red+Green+Blue) = 174+10+147=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0A93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0A93 is #51F56C. Grayscale: #4A4A4A. Windows color (decimal): -5371245 or 9636526. OLE color: 9636526.

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

Color convert

RGB17410147-
CMYK00.940.160.32
HSL309.88º89.13%36.08%-
HSV(B)309.88º94.25%68.24%-
XYZ22.8311.3228.59-
YUV74.65168.83198.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.57%
GREEN value IS 10 (4.30% from 255) = 3.02%
BLUE value IS 147 (57.81% from 255) = 44.41%
R=52.57%
G=3.02%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741014700.940.160.32309.8889.1336.08
HexAEA9305E10201365924
Octal256122230136204046613144
Binary1010111010101001001101011110100001000001001101101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0A93; }

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

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

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

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

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

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

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

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