#AE5594

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

Shades of Mulberry #AE5594

Tints of Mulberry #AE5594

Color information

#AE5594 (or 0xAE5594) is unknown color: approx Mulberry. HEX triplet: AE, 55 and 94. RGB value is (174,85,148). Sum of RGB (Red+Green+Blue) = 174+85+148=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5594 is #51AA6B. Grayscale: #767676. Windows color (decimal): -5352044 or 9721262. OLE color: 9721262.

HSL color Cylindrical-coordinate representation of color #AE5594: hue angle of 317.53º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE5594 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB17485148-
CMYK00.510.150.32
HSL317.53º35.46%50.78%-
HSV(B)317.53º51.15%68.24%-
XYZ26.0517.6330.05-
YUV118.79144.49167.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 85 (33.59% from 255) = 20.88%
BLUE value IS 148 (58.20% from 255) = 36.36%
R=42.75%
G=20.88%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748514800.510.150.32317.5335.4650.78
HexAE5594033F2013e2333
Octal25612522406317404764363
Binary1010111010101011001010001100111111100000100111110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5594; }

 p { color: rgb(174,85,148); }

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

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

 a { background-color: rgb(174,85,148); }

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

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

 span { border-color: rgb(174,85,148); }

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