#AE3C9A

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

Shades of Medium Red Violet #AE3C9A

Tints of Medium Red Violet #AE3C9A

Color information

#AE3C9A (or 0xAE3C9A) is unknown color: approx Medium Red Violet. HEX triplet: AE, 3C and 9A. RGB value is (174,60,154). Sum of RGB (Red+Green+Blue) = 174+60+154=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3C9A is #51C365. Grayscale: #686868. Windows color (decimal): -5358438 or 10108078. OLE color: 10108078.

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

Color convert

RGB17460154-
CMYK00.660.110.32
HSL310.53º48.72%45.88%-
HSV(B)310.53º65.52%68.24%-
XYZ24.914.5632.07-
YUV104.8155.77177.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 60 (23.83% from 255) = 15.46%
BLUE value IS 154 (60.55% from 255) = 39.69%
R=44.85%
G=15.46%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746015400.660.110.32310.5348.7245.88
HexAE3C9A042B20137312e
Octal25674232010213404676156
Binary1010111011110010011010010000101011100000100110111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3C9A; }

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

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

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

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

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

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

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

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