#aa548b

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

Shades of Mulberry #AA548B

Tints of Mulberry #AA548B

Color information

#AA548B (or 0xAA548B) is unknown color: approx Mulberry. HEX triplet: AA, 54 and 8B. RGB value is (170,84,139). Sum of RGB (Red+Green+Blue) = 170+84+139=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA548B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA548B is #55AB74. Grayscale: #737373. Windows color (decimal): -5614453 or 9131178. OLE color: 9131178.

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

Color convert

RGB17084139-
CMYK00.510.180.33
HSL321.63º33.86%49.8%-
HSV(B)321.63º50.59%66.67%-
XYZ24.4116.7526.37-
YUV115.98140.99166.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 84 (33.20% from 255) = 21.37%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=43.26%
G=21.37%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708413900.510.180.33321.6333.8649.8
HexAA548B03312211422232
Octal25212421306322415024262
Binary10101010101010010001011011001110010100001101000010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa548b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa548b; }

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

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

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

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

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

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

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

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