#AE498E

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

Shades of Mulberry #AE498E

Tints of Mulberry #AE498E

Color information

#AE498E (or 0xAE498E) is unknown color: approx Mulberry. HEX triplet: AE, 49 and 8E. RGB value is (174,73,142). Sum of RGB (Red+Green+Blue) = 174+73+142=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE498E is #51B671. Grayscale: #6E6E6E. Windows color (decimal): -5355122 or 9324974. OLE color: 9324974.

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

Color convert

RGB17473142-
CMYK00.580.180.32
HSL319.01º40.89%48.43%-
HSV(B)319.01º58.05%68.24%-
XYZ24.7215.7227.32-
YUV111.06145.46172.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.73%
GREEN value IS 73 (28.91% from 255) = 18.77%
BLUE value IS 142 (55.86% from 255) = 36.50%
R=44.73%
G=18.77%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747314200.580.180.32319.0140.8948.43
HexAE498E03A122013f2930
Octal25611121607222404775160
Binary10101110100100110001110011101010010100000100111111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE498E; }

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

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

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

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

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

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

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

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