#AE388E

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

Shades of Medium Red Violet #AE388E

Tints of Medium Red Violet #AE388E

Color information

#AE388E (or 0xAE388E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 38 and 8E. RGB value is (174,56,142). Sum of RGB (Red+Green+Blue) = 174+56+142=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE388E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE388E is #51C771. Grayscale: #646464. Windows color (decimal): -5359474 or 9320622. OLE color: 9320622.

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

Color convert

RGB17456142-
CMYK00.680.180.32
HSL316.27º51.3%45.1%-
HSV(B)316.27º67.82%68.24%-
XYZ23.7513.7827-
YUV101.09151.09180.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.77%
GREEN value IS 56 (22.27% from 255) = 15.05%
BLUE value IS 142 (55.86% from 255) = 38.17%
R=46.77%
G=15.05%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745614200.680.180.32316.2751.345.1
HexAE388E044122013c332d
Octal25670216010422404746355
Binary10101110111000100011100100010010010100000100111100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE388E; }

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

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

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

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

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

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

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

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