#AE388D

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

Shades of Medium Red Violet #AE388D

Tints of Medium Red Violet #AE388D

Color information

#AE388D (or 0xAE388D) is unknown color: approx Medium Red Violet. HEX triplet: AE, 38 and 8D. RGB value is (174,56,141). Sum of RGB (Red+Green+Blue) = 174+56+141=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE388D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE388D is #51C772. Grayscale: #646464. Windows color (decimal): -5359475 or 9255086. OLE color: 9255086.

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

Color convert

RGB17456141-
CMYK00.680.190.32
HSL316.78º51.3%45.1%-
HSV(B)316.78º67.82%68.24%-
XYZ23.6813.7526.61-
YUV100.97150.59180.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 56 (22.27% from 255) = 15.09%
BLUE value IS 141 (55.47% from 255) = 38.01%
R=46.90%
G=15.09%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745614100.680.190.32316.7851.345.1
HexAE388D044132013d332d
Octal25670215010423404756355
Binary10101110111000100011010100010010011100000100111101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE388D; }

 p { color: rgb(174,56,141); }

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

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

 a { background-color: rgb(174,56,141); }

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

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

 span { border-color: rgb(174,56,141); }

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