#AE1C93

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

Shades of Medium Violet Red #AE1C93

Tints of Medium Violet Red #AE1C93

Color information

#AE1C93 (or 0xAE1C93) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1C and 93. RGB value is (174,28,147). Sum of RGB (Red+Green+Blue) = 174+28+147=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1C93 is #51E36C. Grayscale: #545454. Windows color (decimal): -5366637 or 9641134. OLE color: 9641134.

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

Color convert

RGB17428147-
CMYK00.840.160.32
HSL311.1º72.28%39.61%-
HSV(B)311.1º83.91%68.24%-
XYZ23.1411.9428.69-
YUV85.22162.87191.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 28 (11.33% from 255) = 8.02%
BLUE value IS 147 (57.81% from 255) = 42.12%
R=49.86%
G=8.02%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742814700.840.160.32311.172.2839.61
HexAE1C9305410201374828
Octal256342230124204046711050
Binary10101110111001001001101010100100001000001001101111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1C93; }

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

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

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

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

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

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

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

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