#AA5990

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

Shades of Mulberry #AA5990

Tints of Mulberry #AA5990

Color information

#AA5990 (or 0xAA5990) is unknown color: approx Mulberry. HEX triplet: AA, 59 and 90. RGB value is (170,89,144). Sum of RGB (Red+Green+Blue) = 170+89+144=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5990 is #55A66F. Grayscale: #777777. Windows color (decimal): -5613168 or 9460138. OLE color: 9460138.

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

Color convert

RGB17089144-
CMYK00.480.150.33
HSL319.26º32.27%50.78%-
HSV(B)319.26º47.65%66.67%-
XYZ25.1817.728.48-
YUV119.49141.84164.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 144 (56.64% from 255) = 35.73%
R=42.18%
G=22.08%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708914400.480.150.33319.2632.2750.78
HexAA5990030F2113f2033
Octal25213122006017414774063
Binary1010101010110011001000001100001111100001100111111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5990; }

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

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

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

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

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

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

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

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