#AA5288

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

Shades of Mulberry #AA5288

Tints of Mulberry #AA5288

Color information

#AA5288 (or 0xAA5288) is unknown color: approx Mulberry. HEX triplet: AA, 52 and 88. RGB value is (170,82,136). Sum of RGB (Red+Green+Blue) = 170+82+136=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5288 is #55AD77. Grayscale: #727272. Windows color (decimal): -5614968 or 8934058. OLE color: 8934058.

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

Color convert

RGB17082136-
CMYK00.520.200.33
HSL323.18º34.92%49.41%-
HSV(B)323.18º51.76%66.67%-
XYZ24.0416.3625.18-
YUV114.47140.15167.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 82 (32.42% from 255) = 21.13%
BLUE value IS 136 (53.52% from 255) = 35.05%
R=43.81%
G=21.13%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708213600.520.200.33323.1834.9249.41
HexAA528803414211432331
Octal25212221006424415034361
Binary10101010101001010001000011010010100100001101000011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5288; }

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

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

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

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

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

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

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

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