#AA5487

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

Shades of Mulberry #AA5487

Tints of Mulberry #AA5487

Color information

#AA5487 (or 0xAA5487) is unknown color: approx Mulberry. HEX triplet: AA, 54 and 87. RGB value is (170,84,135). Sum of RGB (Red+Green+Blue) = 170+84+135=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5487 is #55AB78. Grayscale: #737373. Windows color (decimal): -5614457 or 8869034. OLE color: 8869034.

HSL color Cylindrical-coordinate representation of color #AA5487: hue angle of 324.42º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5487 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB17084135-
CMYK00.510.210.33
HSL324.42º33.86%49.8%-
HSV(B)324.42º50.59%66.67%-
XYZ24.1216.6424.86-
YUV115.53138.99166.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 84 (33.20% from 255) = 21.59%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=43.70%
G=21.59%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708413500.510.210.33324.4233.8649.8
HexAA548703315211442232
Octal25212420706325415044262
Binary10101010101010010000111011001110101100001101000100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5487; }

 p { color: rgb(170,84,135); }

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

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

 a { background-color: rgb(170,84,135); }

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

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

 span { border-color: rgb(170,84,135); }

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