#AE5D8A

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

Shades of Mulberry #AE5D8A

Tints of Mulberry #AE5D8A

Color information

#AE5D8A (or 0xAE5D8A) is unknown color: approx Mulberry. HEX triplet: AE, 5D and 8A. RGB value is (174,93,138). Sum of RGB (Red+Green+Blue) = 174+93+138=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5D8A is #51A275. Grayscale: #7A7A7A. Windows color (decimal): -5350006 or 9067950. OLE color: 9067950.

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

Color convert

RGB17493138-
CMYK00.470.210.32
HSL326.67º33.33%52.35%-
HSV(B)326.67º46.55%68.24%-
XYZ25.9618.6626.28-
YUV122.35136.84164.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 93 (36.72% from 255) = 22.96%
BLUE value IS 138 (54.30% from 255) = 34.07%
R=42.96%
G=22.96%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749313800.470.210.32326.6733.3352.35
HexAE5D8A02F15201472134
Octal25613521205725405074164
Binary10101110101110110001010010111110101100000101000111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5D8A; }

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

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

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

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

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

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

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

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