#AE1C81

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

Shades of Medium Violet Red #AE1C81

Tints of Medium Violet Red #AE1C81

Color information

#AE1C81 (or 0xAE1C81) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1C and 81. RGB value is (174,28,129). Sum of RGB (Red+Green+Blue) = 174+28+129=331 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.57% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1C81 is #51E37E. Grayscale: #525252. Windows color (decimal): -5366655 or 8461486. OLE color: 8461486.

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

Color convert

RGB17428129-
CMYK00.840.260.32
HSL318.49º72.28%39.61%-
HSV(B)318.49º83.91%68.24%-
XYZ21.8311.4121.82-
YUV83.17153.87192.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.57%
GREEN value IS 28 (11.33% from 255) = 8.46%
BLUE value IS 129 (50.78% from 255) = 38.97%
R=52.57%
G=8.46%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742812900.840.260.32318.4972.2839.61
HexAE1C810541A2013e4828
Octal256342010124324047611050
Binary10101110111001000000101010100110101000001001111101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1C81; }

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

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

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

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

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

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

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

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