#AE1A89

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

Shades of Medium Violet Red #AE1A89

Tints of Medium Violet Red #AE1A89

Color information

#AE1A89 (or 0xAE1A89) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1A and 89. RGB value is (174,26,137). Sum of RGB (Red+Green+Blue) = 174+26+137=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1A89 is #51E576. Grayscale: #525252. Windows color (decimal): -5367159 or 8985262. OLE color: 8985262.

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

Color convert

RGB17426137-
CMYK00.850.210.32
HSL315º74%39.22%-
HSV(B)315º85.06%68.24%-
XYZ22.3411.5424.72-
YUV82.91158.53192.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.63%
GREEN value IS 26 (10.55% from 255) = 7.72%
BLUE value IS 137 (53.91% from 255) = 40.65%
R=51.63%
G=7.72%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742613700.850.210.323157439.22
HexAE1A89055152013b4a27
Octal256322110125254047311247
Binary10101110110101000100101010101101011000001001110111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A89; }

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

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

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

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

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

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

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

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