#AA5488

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

Shades of Mulberry #AA5488

Tints of Mulberry #AA5488

Color information

#AA5488 (or 0xAA5488) is unknown color: approx Mulberry. HEX triplet: AA, 54 and 88. RGB value is (170,84,136). Sum of RGB (Red+Green+Blue) = 170+84+136=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5488 is #55AB77. Grayscale: #737373. Windows color (decimal): -5614456 or 8934570. OLE color: 8934570.

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

Color convert

RGB17084136-
CMYK00.510.200.33
HSL323.72º33.86%49.8%-
HSV(B)323.72º50.59%66.67%-
XYZ24.1916.6625.23-
YUV115.64139.49166.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 84 (33.20% from 255) = 21.54%
BLUE value IS 136 (53.52% from 255) = 34.87%
R=43.59%
G=21.54%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708413600.510.200.33323.7233.8649.8
HexAA548803314211442232
Octal25212421006324415044262
Binary10101010101010010001000011001110100100001101000100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5488; }

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

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

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

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

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

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

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

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