#AE3C9D

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

Shades of Medium Red Violet #AE3C9D

Tints of Medium Red Violet #AE3C9D

Color information

#AE3C9D (or 0xAE3C9D) is unknown color: approx Medium Red Violet. HEX triplet: AE, 3C and 9D. RGB value is (174,60,157). Sum of RGB (Red+Green+Blue) = 174+60+157=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3C9D is #51C362. Grayscale: #686868. Windows color (decimal): -5358435 or 10304686. OLE color: 10304686.

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

Color convert

RGB17460157-
CMYK00.660.100.32
HSL308.95º48.72%45.88%-
HSV(B)308.95º65.52%68.24%-
XYZ25.1614.6633.4-
YUV105.14157.27177.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 60 (23.83% from 255) = 15.35%
BLUE value IS 157 (61.72% from 255) = 40.15%
R=44.50%
G=15.35%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746015700.660.100.32308.9548.7245.88
HexAE3C9D042A20135312e
Octal25674235010212404656156
Binary1010111011110010011101010000101010100000100110101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3C9D; }

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

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

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

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

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

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

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

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