#AE3C8E

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

Shades of Medium Red Violet #AE3C8E

Tints of Medium Red Violet #AE3C8E

Color information

#AE3C8E (or 0xAE3C8E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 3C and 8E. RGB value is (174,60,142). Sum of RGB (Red+Green+Blue) = 174+60+142=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3C8E is #51C371. Grayscale: #676767. Windows color (decimal): -5358450 or 9321646. OLE color: 9321646.

HSL color Cylindrical-coordinate representation of color #AE3C8E: hue angle of 316.84º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE3C8E is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB17460142-
CMYK00.660.180.32
HSL316.84º48.72%45.88%-
HSV(B)316.84º65.52%68.24%-
XYZ23.9514.1827.07-
YUV103.43149.77178.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 60 (23.83% from 255) = 15.96%
BLUE value IS 142 (55.86% from 255) = 37.77%
R=46.28%
G=15.96%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746014200.660.180.32316.8448.7245.88
HexAE3C8E042122013d312e
Octal25674216010222404756156
Binary10101110111100100011100100001010010100000100111101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3C8E; }

 p { color: rgb(174,60,142); }

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

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

 a { background-color: rgb(174,60,142); }

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

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

 span { border-color: rgb(174,60,142); }

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