#AE1A81

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

Shades of Medium Violet Red #AE1A81

Tints of Medium Violet Red #AE1A81

Color information

#AE1A81 (or 0xAE1A81) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1A and 81. RGB value is (174,26,129). Sum of RGB (Red+Green+Blue) = 174+26+129=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1A81 is #51E57E. Grayscale: #515151. Windows color (decimal): -5367167 or 8460974. OLE color: 8460974.

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

Color convert

RGB17426129-
CMYK00.850.260.32
HSL318.24º74%39.22%-
HSV(B)318.24º85.06%68.24%-
XYZ21.7911.3221.81-
YUV81.99154.53193.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 26 (10.55% from 255) = 7.90%
BLUE value IS 129 (50.78% from 255) = 39.21%
R=52.89%
G=7.90%
B=39.21%

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
Decimal1742612900.850.260.32318.247439.22
HexAE1A810551A2013e4a27
Octal256322010125324047611247
Binary10101110110101000000101010101110101000001001111101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A81; }

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

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

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

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

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

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

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

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