#AE1A91

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

Shades of Medium Violet Red #AE1A91

Tints of Medium Violet Red #AE1A91

Color information

#AE1A91 (or 0xAE1A91) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1A and 91. RGB value is (174,26,145). Sum of RGB (Red+Green+Blue) = 174+26+145=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1A91 is #51E56E. Grayscale: #535353. Windows color (decimal): -5367151 or 9509550. OLE color: 9509550.

HSL color Cylindrical-coordinate representation of color #AE1A91: hue angle of 311.76º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1A91 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB17426145-
CMYK00.850.170.32
HSL311.76º74%39.22%-
HSV(B)311.76º85.06%68.24%-
XYZ22.9411.7827.85-
YUV83.82162.53192.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.43%
GREEN value IS 26 (10.55% from 255) = 7.54%
BLUE value IS 145 (57.03% from 255) = 42.03%
R=50.43%
G=7.54%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742614500.850.170.32311.767439.22
HexAE1A9105511201384a27
Octal256322210125214047011247
Binary10101110110101001000101010101100011000001001110001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A91; }

 p { color: rgb(174,26,145); }

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

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

 a { background-color: rgb(174,26,145); }

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

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

 span { border-color: rgb(174,26,145); }

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