#AE1698

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

Shades of Medium Violet Red #AE1698

Tints of Medium Violet Red #AE1698

Color information

#AE1698 (or 0xAE1698) is unknown color: approx Medium Violet Red. HEX triplet: AE, 16 and 98. RGB value is (174,22,152). Sum of RGB (Red+Green+Blue) = 174+22+152=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1698 is #51E967. Grayscale: #515151. Windows color (decimal): -5368168 or 9967278. OLE color: 9967278.

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

Color convert

RGB17422152-
CMYK00.870.130.32
HSL308.68º77.55%38.43%-
HSV(B)308.68º87.36%68.24%-
XYZ23.4111.8430.76-
YUV82.27167.36193.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 22 (8.98% from 255) = 6.32%
BLUE value IS 152 (59.77% from 255) = 43.68%
R=50%
G=6.32%
B=43.68%

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
Decimal1742215200.870.130.32308.6877.5538.43
HexAE1698057D201354e26
Octal256262300127154046511646
Binary1010111010110100110000101011111011000001001101011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1698; }

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

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

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

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

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

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

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

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