#AE4B86

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

Shades of Mulberry #AE4B86

Tints of Mulberry #AE4B86

Color information

#AE4B86 (or 0xAE4B86) is unknown color: approx Mulberry. HEX triplet: AE, 4B and 86. RGB value is (174,75,134). Sum of RGB (Red+Green+Blue) = 174+75+134=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4B86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4B86 is #51B479. Grayscale: #6F6F6F. Windows color (decimal): -5354618 or 8801198. OLE color: 8801198.

HSL color Cylindrical-coordinate representation of color #AE4B86: hue angle of 324.24º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE4B86 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB17475134-
CMYK00.570.230.32
HSL324.24º39.76%48.82%-
HSV(B)324.24º56.9%68.24%-
XYZ24.2715.7524.32-
YUV111.33140.8172.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 75 (29.69% from 255) = 19.58%
BLUE value IS 134 (52.73% from 255) = 34.99%
R=45.43%
G=19.58%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747513400.570.230.32324.2439.7648.82
HexAE4B8603917201442831
Octal25611320607127405045061
Binary10101110100101110000110011100110111100000101000100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4B86; }

 p { color: rgb(174,75,134); }

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

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

 a { background-color: rgb(174,75,134); }

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

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

 span { border-color: rgb(174,75,134); }

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