#AE1980

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

Shades of Medium Violet Red #AE1980

Tints of Medium Violet Red #AE1980

Color information

#AE1980 (or 0xAE1980) is unknown color: approx Medium Violet Red. HEX triplet: AE, 19 and 80. RGB value is (174,25,128). Sum of RGB (Red+Green+Blue) = 174+25+128=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1980 is #51E67F. Grayscale: #515151. Windows color (decimal): -5367424 or 8395182. OLE color: 8395182.

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

Color convert

RGB17425128-
CMYK00.860.260.32
HSL318.52º74.87%39.02%-
HSV(B)318.52º85.63%68.24%-
XYZ21.711.2521.45-
YUV81.29154.36194.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.21%
GREEN value IS 25 (10.16% from 255) = 7.65%
BLUE value IS 128 (50.39% from 255) = 39.14%
R=53.21%
G=7.65%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742512800.860.260.32318.5274.8739.02
HexAE19800561A2013f4b27
Octal256312000126324047711347
Binary10101110110011000000001010110110101000001001111111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1980; }

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

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

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

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

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

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

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

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