#AA588F

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

Shades of Mulberry #AA588F

Tints of Mulberry #AA588F

Color information

#AA588F (or 0xAA588F) is unknown color: approx Mulberry. HEX triplet: AA, 58 and 8F. RGB value is (170,88,143). Sum of RGB (Red+Green+Blue) = 170+88+143=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA588F is #55A770. Grayscale: #767676. Windows color (decimal): -5613425 or 9394346. OLE color: 9394346.

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

Color convert

RGB17088143-
CMYK00.480.160.33
HSL319.76º32.54%50.59%-
HSV(B)319.76º48.24%66.67%-
XYZ25.0317.5128.05-
YUV118.79141.67164.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 88 (34.77% from 255) = 21.95%
BLUE value IS 143 (56.25% from 255) = 35.66%
R=42.39%
G=21.95%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708814300.480.160.33319.7632.5450.59
HexAA588F03010211402133
Octal25213021706020415004163
Binary10101010101100010001111011000010000100001101000000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA588F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA588F; }

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

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

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

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

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

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

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

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