#AE518B

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

Shades of Mulberry #AE518B

Tints of Mulberry #AE518B

Color information

#AE518B (or 0xAE518B) is unknown color: approx Mulberry. HEX triplet: AE, 51 and 8B. RGB value is (174,81,139). Sum of RGB (Red+Green+Blue) = 174+81+139=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE518B is #51AE74. Grayscale: #737373. Windows color (decimal): -5353077 or 9130414. OLE color: 9130414.

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

Color convert

RGB17481139-
CMYK00.530.200.32
HSL322.58º36.47%50%-
HSV(B)322.58º53.45%68.24%-
XYZ25.0616.7526.34-
YUV115.42141.31169.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 81 (32.03% from 255) = 20.56%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=44.16%
G=20.56%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748113900.530.200.32322.5836.4750
HexAE518B03514201432432
Octal25612121306524405034462
Binary10101110101000110001011011010110100100000101000011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE518B; }

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

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

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

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

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

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

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

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