#AE5D8B

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

Shades of Mulberry #AE5D8B

Tints of Mulberry #AE5D8B

Color information

#AE5D8B (or 0xAE5D8B) is unknown color: approx Mulberry. HEX triplet: AE, 5D and 8B. RGB value is (174,93,139). Sum of RGB (Red+Green+Blue) = 174+93+139=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5D8B is #51A274. Grayscale: #7A7A7A. Windows color (decimal): -5350005 or 9133486. OLE color: 9133486.

HSL color Cylindrical-coordinate representation of color #AE5D8B: hue angle of 325.93º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE5D8B is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB17493139-
CMYK00.470.200.32
HSL325.93º33.33%52.35%-
HSV(B)325.93º46.55%68.24%-
XYZ26.0318.6926.66-
YUV122.46137.34164.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 93 (36.72% from 255) = 22.91%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=42.86%
G=22.91%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749313900.470.200.32325.9333.3352.35
HexAE5D8B02F14201462134
Octal25613521305724405064164
Binary10101110101110110001011010111110100100000101000110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5D8B; }

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

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

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

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

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

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

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

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