#AA5589

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

Shades of Mulberry #AA5589

Tints of Mulberry #AA5589

Color information

#AA5589 (or 0xAA5589) is unknown color: approx Mulberry. HEX triplet: AA, 55 and 89. RGB value is (170,85,137). Sum of RGB (Red+Green+Blue) = 170+85+137=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5589 is #55AA76. Grayscale: #747474. Windows color (decimal): -5614199 or 9000362. OLE color: 9000362.

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

Color convert

RGB17085137-
CMYK00.500.190.33
HSL323.29º33.33%50%-
HSV(B)323.29º50%66.67%-
XYZ24.3416.8525.64-
YUV116.34139.66166.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=43.37%
G=21.68%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708513700.500.190.33323.2933.3350
HexAA558903213211432132
Octal25212521106223415034162
Binary10101010101010110001001011001010011100001101000011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5589; }

 p { color: rgb(170,85,137); }

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

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

 a { background-color: rgb(170,85,137); }

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

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

 span { border-color: rgb(170,85,137); }

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