#AE0894

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

Shades of Medium Violet Red #AE0894

Tints of Medium Violet Red #AE0894

Color information

#AE0894 (or 0xAE0894) is unknown color: approx Medium Violet Red. HEX triplet: AE, 08 and 94. RGB value is (174,8,148). Sum of RGB (Red+Green+Blue) = 174+8+148=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0894 is #51F76B. Grayscale: #494949. Windows color (decimal): -5371756 or 9701550. OLE color: 9701550.

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

Color convert

RGB1748148-
CMYK00.950.150.32
HSL309.4º91.21%35.69%-
HSV(B)309.4º95.4%68.24%-
XYZ22.8911.3128.99-
YUV73.59170199.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.73%
GREEN value IS 8 (3.52% from 255) = 2.42%
BLUE value IS 148 (58.20% from 255) = 44.85%
R=52.73%
G=2.42%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174814800.950.150.32309.491.2135.69
HexAE89405FF201355b24
Octal256102240137174046513344
Binary101011101000100101000101111111111000001001101011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0894; }

 p { color: rgb(174,8,148); }

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

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

 a { background-color: rgb(174,8,148); }

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

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

 span { border-color: rgb(174,8,148); }

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