#AE0190

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

Shades of Medium Violet Red #AE0190

Tints of Medium Violet Red #AE0190

Color information

#AE0190 (or 0xAE0190) is unknown color: approx Medium Violet Red. HEX triplet: AE, 01 and 90. RGB value is (174,1,144). Sum of RGB (Red+Green+Blue) = 174+1+144=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0190 is #51FE6F. Grayscale: #444444. Windows color (decimal): -5373552 or 9437614. OLE color: 9437614.

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

Color convert

RGB1741144-
CMYK00.990.170.32
HSL310.4º98.86%34.31%-
HSV(B)310.4º99.43%68.24%-
XYZ22.511.0327.33-
YUV69.03170.31202.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.55%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 144 (56.64% from 255) = 45.14%
R=54.55%
G=0.31%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174114400.990.170.32310.498.8634.31
HexAE19006311201366322
Octal25612200143214046614342
Binary1010111011001000001100011100011000001001101101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0190; }

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

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

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

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

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

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

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

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