#AE379C

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

Shades of Medium Red Violet #AE379C

Tints of Medium Red Violet #AE379C

Color information

#AE379C (or 0xAE379C) is unknown color: approx Medium Red Violet. HEX triplet: AE, 37 and 9C. RGB value is (174,55,156). Sum of RGB (Red+Green+Blue) = 174+55+156=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE379C is #51C863. Grayscale: #656565. Windows color (decimal): -5359716 or 10237870. OLE color: 10237870.

HSL color Cylindrical-coordinate representation of color #AE379C: hue angle of 309.08º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE379C is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB17455156-
CMYK00.680.100.32
HSL309.08º51.97%44.9%-
HSV(B)309.08º68.39%68.24%-
XYZ24.8214.1332.87-
YUV102.1158.42179.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 55 (21.88% from 255) = 14.29%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=45.19%
G=14.29%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745515600.680.100.32309.0851.9744.9
HexAE379C044A20135342d
Octal25667234010412404656455
Binary1010111011011110011100010001001010100000100110101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE379C; }

 p { color: rgb(174,55,156); }

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

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

 a { background-color: rgb(174,55,156); }

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

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

 span { border-color: rgb(174,55,156); }

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