#AA548F

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

Shades of Mulberry #AA548F

Tints of Mulberry #AA548F

Color information

#AA548F (or 0xAA548F) is unknown color: approx Mulberry. HEX triplet: AA, 54 and 8F. RGB value is (170,84,143). Sum of RGB (Red+Green+Blue) = 170+84+143=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA548F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA548F is #55AB70. Grayscale: #747474. Windows color (decimal): -5614449 or 9393322. OLE color: 9393322.

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

Color convert

RGB17084143-
CMYK00.510.160.33
HSL318.84º33.86%49.8%-
HSV(B)318.84º50.59%66.67%-
XYZ24.7116.8727.94-
YUV116.44142.99166.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 84 (33.20% from 255) = 21.16%
BLUE value IS 143 (56.25% from 255) = 36.02%
R=42.82%
G=21.16%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708414300.510.160.33318.8433.8649.8
HexAA548F033102113f2232
Octal25212421706320414774262
Binary10101010101010010001111011001110000100001100111111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA548F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA548F; }

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

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

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

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

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

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

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

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