#AA5590

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

Shades of Mulberry #AA5590

Tints of Mulberry #AA5590

Color information

#AA5590 (or 0xAA5590) is unknown color: approx Mulberry. HEX triplet: AA, 55 and 90. RGB value is (170,85,144). Sum of RGB (Red+Green+Blue) = 170+85+144=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5590 is #55AA6F. Grayscale: #747474. Windows color (decimal): -5614192 or 9459114. OLE color: 9459114.

HSL color Cylindrical-coordinate representation of color #AA5590: hue angle of 318.35º 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 #AA5590 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB17085144-
CMYK00.500.150.33
HSL318.35º33.33%50%-
HSV(B)318.35º50%66.67%-
XYZ24.8617.0628.37-
YUV117.14143.16165.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 85 (33.59% from 255) = 21.30%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=42.61%
G=21.30%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708514400.500.150.33318.3533.3350
HexAA5590032F2113e2132
Octal25212522006217414764162
Binary1010101010101011001000001100101111100001100111110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5590; }

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

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

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

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

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

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

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

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