#AE4E86

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

Shades of Mulberry #AE4E86

Tints of Mulberry #AE4E86

Color information

#AE4E86 (or 0xAE4E86) is unknown color: approx Mulberry. HEX triplet: AE, 4E and 86. RGB value is (174,78,134). Sum of RGB (Red+Green+Blue) = 174+78+134=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4E86 is #51B179. Grayscale: #707070. Windows color (decimal): -5353850 or 8801966. OLE color: 8801966.

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

Color convert

RGB17478134-
CMYK00.550.230.32
HSL325º38.1%49.41%-
HSV(B)325º55.17%68.24%-
XYZ24.4816.1724.38-
YUV113.09139.8171.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.08%
GREEN value IS 78 (30.86% from 255) = 20.21%
BLUE value IS 134 (52.73% from 255) = 34.72%
R=45.08%
G=20.21%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747813400.550.230.3232538.149.41
HexAE4E8603717201452631
Octal25611620606727405054661
Binary10101110100111010000110011011110111100000101000101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4E86; }

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

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

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

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

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

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

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

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