#AA588C

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

Shades of Mulberry #AA588C

Tints of Mulberry #AA588C

Color information

#AA588C (or 0xAA588C) is unknown color: approx Mulberry. HEX triplet: AA, 58 and 8C. RGB value is (170,88,140). Sum of RGB (Red+Green+Blue) = 170+88+140=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA588C is #55A773. Grayscale: #767676. Windows color (decimal): -5613428 or 9197738. OLE color: 9197738.

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

Color convert

RGB17088140-
CMYK00.480.180.33
HSL321.95º32.54%50.59%-
HSV(B)321.95º48.24%66.67%-
XYZ24.817.4226.87-
YUV118.45140.17164.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 88 (34.77% from 255) = 22.11%
BLUE value IS 140 (55.08% from 255) = 35.18%
R=42.71%
G=22.11%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708814000.480.180.33321.9532.5450.59
HexAA588C03012211422133
Octal25213021406022415024163
Binary10101010101100010001100011000010010100001101000010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA588C; }

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

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

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

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

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

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

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

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