#AE5E8B

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

Shades of Mulberry #AE5E8B

Tints of Mulberry #AE5E8B

Color information

#AE5E8B (or 0xAE5E8B) is unknown color: approx Mulberry. HEX triplet: AE, 5E and 8B. RGB value is (174,94,139). Sum of RGB (Red+Green+Blue) = 174+94+139=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5E8B is #51A174. Grayscale: #7A7A7A. Windows color (decimal): -5349749 or 9133742. OLE color: 9133742.

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

Color convert

RGB17494139-
CMYK00.460.200.32
HSL326.25º33.06%52.55%-
HSV(B)326.25º45.98%68.24%-
XYZ26.1218.8726.69-
YUV123.05137164.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 94 (37.11% from 255) = 23.10%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=42.75%
G=23.10%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749413900.460.200.32326.2533.0652.55
HexAE5E8B02E14201462135
Octal25613621305624405064165
Binary10101110101111010001011010111010100100000101000110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5E8B; }

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

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

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

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

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

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

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

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