#AE498B

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

Shades of Mulberry #AE498B

Tints of Mulberry #AE498B

Color information

#AE498B (or 0xAE498B) is unknown color: approx Mulberry. HEX triplet: AE, 49 and 8B. RGB value is (174,73,139). Sum of RGB (Red+Green+Blue) = 174+73+139=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE498B is #51B674. Grayscale: #6E6E6E. Windows color (decimal): -5355125 or 9128366. OLE color: 9128366.

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

Color convert

RGB17473139-
CMYK00.580.200.32
HSL320.79º40.89%48.43%-
HSV(B)320.79º58.05%68.24%-
XYZ24.515.6326.15-
YUV110.72143.96173.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.08%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 139 (54.69% from 255) = 36.01%
R=45.08%
G=18.91%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747313900.580.200.32320.7940.8948.43
HexAE498B03A14201412930
Octal25611121307224405015160
Binary10101110100100110001011011101010100100000101000001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE498B; }

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

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

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

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

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

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

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

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