#AE528D

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

Shades of Mulberry #AE528D

Tints of Mulberry #AE528D

Color information

#AE528D (or 0xAE528D) is unknown color: approx Mulberry. HEX triplet: AE, 52 and 8D. RGB value is (174,82,141). Sum of RGB (Red+Green+Blue) = 174+82+141=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE528D is #51AD72. Grayscale: #747474. Windows color (decimal): -5352819 or 9261742. OLE color: 9261742.

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

Color convert

RGB17482141-
CMYK00.530.190.32
HSL321.52º36.22%50.2%-
HSV(B)321.52º52.87%68.24%-
XYZ25.2816.9627.14-
YUV116.23141.98169.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 82 (32.42% from 255) = 20.65%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=43.83%
G=20.65%
B=35.52%

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
Decimal1748214100.530.190.32321.5236.2250.2
HexAE528D03513201422432
Octal25612221506523405024462
Binary10101110101001010001101011010110011100000101000010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE528D; }

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

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

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

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

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

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

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

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