#AE1994

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

Shades of Medium Violet Red #AE1994

Tints of Medium Violet Red #AE1994

Color information

#AE1994 (or 0xAE1994) is unknown color: approx Medium Violet Red. HEX triplet: AE, 19 and 94. RGB value is (174,25,148). Sum of RGB (Red+Green+Blue) = 174+25+148=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1994 is #51E66B. Grayscale: #535353. Windows color (decimal): -5367404 or 9705902. OLE color: 9705902.

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

Color convert

RGB17425148-
CMYK00.860.150.32
HSL310.47º74.87%39.02%-
HSV(B)310.47º85.63%68.24%-
XYZ23.1511.8329.08-
YUV83.57164.36192.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 25 (10.16% from 255) = 7.20%
BLUE value IS 148 (58.20% from 255) = 42.65%
R=50.14%
G=7.20%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742514800.860.150.32310.4774.8739.02
HexAE1994056F201364b27
Octal256312240126174046611347
Binary1010111011001100101000101011011111000001001101101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1994; }

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

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

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

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

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

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

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

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