#AE518E

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

Shades of Mulberry #AE518E

Tints of Mulberry #AE518E

Color information

#AE518E (or 0xAE518E) is unknown color: approx Mulberry. HEX triplet: AE, 51 and 8E. RGB value is (174,81,142). Sum of RGB (Red+Green+Blue) = 174+81+142=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE518E is #51AE71. Grayscale: #737373. Windows color (decimal): -5353074 or 9327022. OLE color: 9327022.

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

Color convert

RGB17481142-
CMYK00.530.180.32
HSL320.65º36.47%50%-
HSV(B)320.65º53.45%68.24%-
XYZ25.2816.8427.51-
YUV115.76142.81169.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 142 (55.86% from 255) = 35.77%
R=43.83%
G=20.40%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748114200.530.180.32320.6536.4750
HexAE518E03512201412432
Octal25612121606522405014462
Binary10101110101000110001110011010110010100000101000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE518E; }

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

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

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

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

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

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

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

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