#AE379E

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

Shades of Medium Red Violet #AE379E

Tints of Medium Red Violet #AE379E

Color information

#AE379E (or 0xAE379E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 37 and 9E. RGB value is (174,55,158). Sum of RGB (Red+Green+Blue) = 174+55+158=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE379E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE379E is #51C861. Grayscale: #666666. Windows color (decimal): -5359714 or 10368942. OLE color: 10368942.

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

Color convert

RGB17455158-
CMYK00.680.090.32
HSL308.07º51.97%44.9%-
HSV(B)308.07º68.39%68.24%-
XYZ24.9914.233.77-
YUV102.32159.42179.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 55 (21.88% from 255) = 14.21%
BLUE value IS 158 (62.11% from 255) = 40.83%
R=44.96%
G=14.21%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745515800.680.090.32308.0751.9744.9
HexAE379E044920134342d
Octal25667236010411404646455
Binary1010111011011110011110010001001001100000100110100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE379E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE379E; }

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

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

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

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

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

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

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

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