#AE3C97

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

Shades of Medium Red Violet #AE3C97

Tints of Medium Red Violet #AE3C97

Color information

#AE3C97 (or 0xAE3C97) is unknown color: approx Medium Red Violet. HEX triplet: AE, 3C and 97. RGB value is (174,60,151). Sum of RGB (Red+Green+Blue) = 174+60+151=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3C97 is #51C368. Grayscale: #686868. Windows color (decimal): -5358441 or 9911470. OLE color: 9911470.

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

Color convert

RGB17460151-
CMYK00.660.130.32
HSL312.11º48.72%45.88%-
HSV(B)312.11º65.52%68.24%-
XYZ24.6614.4630.77-
YUV104.46154.27177.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 60 (23.83% from 255) = 15.58%
BLUE value IS 151 (59.38% from 255) = 39.22%
R=45.19%
G=15.58%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746015100.660.130.32312.1148.7245.88
HexAE3C97042D20138312e
Octal25674227010215404706156
Binary1010111011110010010111010000101101100000100111000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3C97; }

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

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

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

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

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

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

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

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