#AE5490

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

Shades of Mulberry #AE5490

Tints of Mulberry #AE5490

Color information

#AE5490 (or 0xAE5490) is unknown color: approx Mulberry. HEX triplet: AE, 54 and 90. RGB value is (174,84,144). Sum of RGB (Red+Green+Blue) = 174+84+144=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5490 is #51AB6F. Grayscale: #757575. Windows color (decimal): -5352304 or 9458862. OLE color: 9458862.

HSL color Cylindrical-coordinate representation of color #AE5490: hue angle of 320º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5490 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB17484144-
CMYK00.520.170.32
HSL320º35.71%50.59%-
HSV(B)320º51.72%68.24%-
XYZ25.6617.3528.38-
YUV117.75142.82168.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 84 (33.20% from 255) = 20.90%
BLUE value IS 144 (56.64% from 255) = 35.82%
R=43.28%
G=20.90%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748414400.520.170.3232035.7150.59
HexAE549003411201402433
Octal25612422006421405004463
Binary10101110101010010010000011010010001100000101000000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5490; }

 p { color: rgb(174,84,144); }

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

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

 a { background-color: rgb(174,84,144); }

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

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

 span { border-color: rgb(174,84,144); }

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