#AE1A80

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

Shades of Medium Violet Red #AE1A80

Tints of Medium Violet Red #AE1A80

Color information

#AE1A80 (or 0xAE1A80) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1A and 80. RGB value is (174,26,128). Sum of RGB (Red+Green+Blue) = 174+26+128=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1A80 is #51E57F. Grayscale: #515151. Windows color (decimal): -5367168 or 8395438. OLE color: 8395438.

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

Color convert

RGB17426128-
CMYK00.850.260.32
HSL318.65º74%39.22%-
HSV(B)318.65º85.06%68.24%-
XYZ21.7211.321.46-
YUV81.88154.03193.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 26 (10.55% from 255) = 7.93%
BLUE value IS 128 (50.39% from 255) = 39.02%
R=53.05%
G=7.93%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742612800.850.260.32318.657439.22
HexAE1A800551A2013f4a27
Octal256322000125324047711247
Binary10101110110101000000001010101110101000001001111111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A80; }

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

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

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

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

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

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

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

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