#A9548C

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

Shades of Mulberry #A9548C

Tints of Mulberry #A9548C

Color information

#A9548C (or 0xA9548C) is unknown color: approx Mulberry. HEX triplet: A9, 54 and 8C. RGB value is (169,84,140). Sum of RGB (Red+Green+Blue) = 169+84+140=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A9548C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9548C is #56AB73. Grayscale: #737373. Windows color (decimal): -5679988 or 9196713. OLE color: 9196713.

HSL color Cylindrical-coordinate representation of color #A9548C: hue angle of 320.47º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9548C is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB16984140-
CMYK00.500.170.34
HSL320.47º33.6%49.61%-
HSV(B)320.47º50.3%66.27%-
XYZ24.2716.6726.75-
YUV115.8141.66165.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.00%
GREEN value IS 84 (33.20% from 255) = 21.37%
BLUE value IS 140 (55.08% from 255) = 35.62%
R=43.00%
G=21.37%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698414000.500.170.34320.4733.649.61
HexA9548C03211221402232
Octal25112421406221425004262
Binary10101001101010010001100011001010001100010101000000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9548C; }

 p { color: rgb(169,84,140); }

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

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

 a { background-color: rgb(169,84,140); }

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

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

 span { border-color: rgb(169,84,140); }

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