#AE1996

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

Shades of Medium Violet Red #AE1996

Tints of Medium Violet Red #AE1996

Color information

#AE1996 (or 0xAE1996) is unknown color: approx Medium Violet Red. HEX triplet: AE, 19 and 96. RGB value is (174,25,150). Sum of RGB (Red+Green+Blue) = 174+25+150=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1996 is #51E669. Grayscale: #535353. Windows color (decimal): -5367402 or 9836974. OLE color: 9836974.

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

Color convert

RGB17425150-
CMYK00.860.140.32
HSL309.66º74.87%39.02%-
HSV(B)309.66º85.63%68.24%-
XYZ23.3111.929.92-
YUV83.8165.36192.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 25 (10.16% from 255) = 7.16%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=49.86%
G=7.16%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742515000.860.140.32309.6674.8739.02
HexAE1996056E201364b27
Octal256312260126164046611347
Binary1010111011001100101100101011011101000001001101101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1996; }

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

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

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

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

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

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

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

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