#AE018E

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

Shades of Medium Violet Red #AE018E

Tints of Medium Violet Red #AE018E

Color information

#AE018E (or 0xAE018E) is unknown color: approx Medium Violet Red. HEX triplet: AE, 01 and 8E. RGB value is (174,1,142). Sum of RGB (Red+Green+Blue) = 174+1+142=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE018E is #51FE71. Grayscale: #444444. Windows color (decimal): -5373554 or 9306542. OLE color: 9306542.

HSL color Cylindrical-coordinate representation of color #AE018E: hue angle of 311.1º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE018E is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB1741142-
CMYK00.990.180.32
HSL311.1º98.86%34.31%-
HSV(B)311.1º99.43%68.24%-
XYZ22.3510.9726.53-
YUV68.8169.31203.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 142 (55.86% from 255) = 44.79%
R=54.89%
G=0.32%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174114200.990.180.32311.198.8634.31
HexAE18E06312201376322
Octal25612160143224046714342
Binary1010111011000111001100011100101000001001101111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE018E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE018E; }

 p { color: rgb(174,1,142); }

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

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

 a { background-color: rgb(174,1,142); }

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

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

 span { border-color: rgb(174,1,142); }

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