#A9548B

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

Shades of Mulberry #A9548B

Tints of Mulberry #A9548B

Color information

#A9548B (or 0xA9548B) is unknown color: approx Mulberry. HEX triplet: A9, 54 and 8B. RGB value is (169,84,139). Sum of RGB (Red+Green+Blue) = 169+84+139=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A9548B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9548B is #56AB74. Grayscale: #737373. Windows color (decimal): -5679989 or 9131177. OLE color: 9131177.

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

Color convert

RGB16984139-
CMYK00.500.180.34
HSL321.18º33.6%49.61%-
HSV(B)321.18º50.3%66.27%-
XYZ24.1916.6426.36-
YUV115.68141.16166.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 84 (33.20% from 255) = 21.43%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=43.11%
G=21.43%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698413900.500.180.34321.1833.649.61
HexA9548B03212221412232
Octal25112421306222425014262
Binary10101001101010010001011011001010010100010101000001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9548B; }

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

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

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

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

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

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

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

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