#AE378B

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

Shades of Medium Red Violet #AE378B

Tints of Medium Red Violet #AE378B

Color information

#AE378B (or 0xAE378B) is unknown color: approx Medium Red Violet. HEX triplet: AE, 37 and 8B. RGB value is (174,55,139). Sum of RGB (Red+Green+Blue) = 174+55+139=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE378B is #51C874. Grayscale: #636363. Windows color (decimal): -5359733 or 9123758. OLE color: 9123758.

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

Color convert

RGB17455139-
CMYK00.680.200.32
HSL317.65º51.97%44.9%-
HSV(B)317.65º68.39%68.24%-
XYZ23.4813.625.81-
YUV100.16149.92180.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 55 (21.88% from 255) = 14.95%
BLUE value IS 139 (54.69% from 255) = 37.77%
R=47.28%
G=14.95%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745513900.680.200.32317.6551.9744.9
HexAE378B044142013e342d
Octal25667213010424404766455
Binary10101110110111100010110100010010100100000100111110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE378B; }

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

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

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

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

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

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

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

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