#AE4995

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

Shades of Mulberry #AE4995

Tints of Mulberry #AE4995

Color information

#AE4995 (or 0xAE4995) is unknown color: approx Mulberry. HEX triplet: AE, 49 and 95. RGB value is (174,73,149). Sum of RGB (Red+Green+Blue) = 174+73+149=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4995 is #51B66A. Grayscale: #6F6F6F. Windows color (decimal): -5355115 or 9783726. OLE color: 9783726.

HSL color Cylindrical-coordinate representation of color #AE4995: hue angle of 314.85º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE4995 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB17473149-
CMYK00.580.140.32
HSL314.85º40.89%48.43%-
HSV(B)314.85º58.05%68.24%-
XYZ25.2615.9330.18-
YUV111.86148.96172.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 73 (28.91% from 255) = 18.43%
BLUE value IS 149 (58.59% from 255) = 37.63%
R=43.94%
G=18.43%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747314900.580.140.32314.8540.8948.43
HexAE499503AE2013b2930
Octal25611122507216404735160
Binary1010111010010011001010101110101110100000100111011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4995; }

 p { color: rgb(174,73,149); }

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

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

 a { background-color: rgb(174,73,149); }

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

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

 span { border-color: rgb(174,73,149); }

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