#AE518D

Color #AE518D Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #AE518D

Tints of Mulberry #AE518D

Color information

#AE518D (or 0xAE518D) is unknown color: approx Mulberry. HEX triplet: AE, 51 and 8D. RGB value is (174,81,141). Sum of RGB (Red+Green+Blue) = 174+81+141=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE518D is #51AE72. Grayscale: #737373. Windows color (decimal): -5353075 or 9261486. OLE color: 9261486.

HSL color Cylindrical-coordinate representation of color #AE518D: hue angle of 321.29º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE518D is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB17481141-
CMYK00.530.190.32
HSL321.29º36.47%50%-
HSV(B)321.29º53.45%68.24%-
XYZ25.2116.8127.11-
YUV115.65142.31169.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 81 (32.03% from 255) = 20.45%
BLUE value IS 141 (55.47% from 255) = 35.61%
R=43.94%
G=20.45%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748114100.530.190.32321.2936.4750
HexAE518D03513201412432
Octal25612121506523405014462
Binary10101110101000110001101011010110011100000101000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE518D; }

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

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

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

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

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

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

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

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