#A9558F

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

Shades of Mulberry #A9558F

Tints of Mulberry #A9558F

Color information

#A9558F (or 0xA9558F) is unknown color: approx Mulberry. HEX triplet: A9, 55 and 8F. RGB value is (169,85,143). Sum of RGB (Red+Green+Blue) = 169+85+143=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A9558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9558F is #56AA70. Grayscale: #747474. Windows color (decimal): -5679729 or 9393577. OLE color: 9393577.

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

Color convert

RGB16985143-
CMYK00.500.150.34
HSL318.57º33.07%49.8%-
HSV(B)318.57º49.7%66.27%-
XYZ24.5716.9227.96-
YUV116.73142.83165.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 85 (33.59% from 255) = 21.41%
BLUE value IS 143 (56.25% from 255) = 36.02%
R=42.57%
G=21.41%
B=36.02%

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
Decimal1698514300.500.150.34318.5733.0749.8
HexA9558F032F2213f2132
Octal25112521706217424774162
Binary1010100110101011000111101100101111100010100111111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9558F; }

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

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

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

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

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

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

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

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