#A9548F

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

Shades of Mulberry #A9548F

Tints of Mulberry #A9548F

Color information

#A9548F (or 0xA9548F) is unknown color: approx Mulberry. HEX triplet: A9, 54 and 8F. RGB value is (169,84,143). Sum of RGB (Red+Green+Blue) = 169+84+143=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A9548F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9548F is #56AB70. Grayscale: #737373. Windows color (decimal): -5679985 or 9393321. OLE color: 9393321.

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

Color convert

RGB16984143-
CMYK00.500.150.34
HSL318.35º33.6%49.61%-
HSV(B)318.35º50.3%66.27%-
XYZ24.4916.7627.93-
YUV116.14143.16165.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 84 (33.20% from 255) = 21.21%
BLUE value IS 143 (56.25% from 255) = 36.11%
R=42.68%
G=21.21%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698414300.500.150.34318.3533.649.61
HexA9548F032F2213e2232
Octal25112421706217424764262
Binary1010100110101001000111101100101111100010100111110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9548F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9548F; }

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

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

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

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

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

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

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

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