#AA5588

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

Shades of Mulberry #AA5588

Tints of Mulberry #AA5588

Color information

#AA5588 (or 0xAA5588) is unknown color: approx Mulberry. HEX triplet: AA, 55 and 88. RGB value is (170,85,136). Sum of RGB (Red+Green+Blue) = 170+85+136=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5588 is #55AA77. Grayscale: #747474. Windows color (decimal): -5614200 or 8934826. OLE color: 8934826.

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

Color convert

RGB17085136-
CMYK00.500.200.33
HSL324º33.33%50%-
HSV(B)324º50%66.67%-
XYZ24.2716.8225.26-
YUV116.23139.16166.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 136 (53.52% from 255) = 34.78%
R=43.48%
G=21.74%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708513600.500.200.3332433.3350
HexAA558803214211442132
Octal25212521006224415044162
Binary10101010101010110001000011001010100100001101000100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5588; }

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

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

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

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

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

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

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

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