#AA5890

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

Shades of Mulberry #AA5890

Tints of Mulberry #AA5890

Color information

#AA5890 (or 0xAA5890) is unknown color: approx Mulberry. HEX triplet: AA, 58 and 90. RGB value is (170,88,144). Sum of RGB (Red+Green+Blue) = 170+88+144=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5890 is #55A76F. Grayscale: #767676. Windows color (decimal): -5613424 or 9459882. OLE color: 9459882.

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

Color convert

RGB17088144-
CMYK00.480.150.33
HSL319.02º32.54%50.59%-
HSV(B)319.02º48.24%66.67%-
XYZ25.117.5428.45-
YUV118.9142.17164.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 88 (34.77% from 255) = 21.89%
BLUE value IS 144 (56.64% from 255) = 35.82%
R=42.29%
G=21.89%
B=35.82%

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
Decimal1708814400.480.150.33319.0232.5450.59
HexAA5890030F2113f2133
Octal25213022006017414774163
Binary1010101010110001001000001100001111100001100111111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5890; }

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

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

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

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

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

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

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

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