#AE5694

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

Shades of Mulberry #AE5694

Tints of Mulberry #AE5694

Color information

#AE5694 (or 0xAE5694) is unknown color: approx Mulberry. HEX triplet: AE, 56 and 94. RGB value is (174,86,148). Sum of RGB (Red+Green+Blue) = 174+86+148=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5694 is #51A96B. Grayscale: #777777. Windows color (decimal): -5351788 or 9721518. OLE color: 9721518.

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

Color convert

RGB17486148-
CMYK00.510.150.32
HSL317.73º35.2%50.98%-
HSV(B)317.73º50.57%68.24%-
XYZ26.1317.7930.07-
YUV119.38144.15166.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 86 (33.98% from 255) = 21.08%
BLUE value IS 148 (58.20% from 255) = 36.27%
R=42.65%
G=21.08%
B=36.27%

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
Decimal1748614800.510.150.32317.7335.250.98
HexAE5694033F2013e2333
Octal25612622406317404764363
Binary1010111010101101001010001100111111100000100111110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5694; }

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

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

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

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

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

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

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

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