#AE1697

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

Shades of Medium Violet Red #AE1697

Tints of Medium Violet Red #AE1697

Color information

#AE1697 (or 0xAE1697) is unknown color: approx Medium Violet Red. HEX triplet: AE, 16 and 97. RGB value is (174,22,151). Sum of RGB (Red+Green+Blue) = 174+22+151=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1697 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1697 is #51E968. Grayscale: #515151. Windows color (decimal): -5368169 or 9901742. OLE color: 9901742.

HSL color Cylindrical-coordinate representation of color #AE1697: hue angle of 309.08º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE1697 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB17422151-
CMYK00.870.130.32
HSL309.08º77.55%38.43%-
HSV(B)309.08º87.36%68.24%-
XYZ23.3311.8130.33-
YUV82.15166.86193.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 22 (8.98% from 255) = 6.34%
BLUE value IS 151 (59.38% from 255) = 43.52%
R=50.14%
G=6.34%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742215100.870.130.32309.0877.5538.43
HexAE1697057D201354e26
Octal256262270127154046511646
Binary1010111010110100101110101011111011000001001101011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1697; }

 p { color: rgb(174,22,151); }

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

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

 a { background-color: rgb(174,22,151); }

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

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

 span { border-color: rgb(174,22,151); }

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