#A9558D

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

Shades of Mulberry #A9558D

Tints of Mulberry #A9558D

Color information

#A9558D (or 0xA9558D) is unknown color: approx Mulberry. HEX triplet: A9, 55 and 8D. RGB value is (169,85,141). Sum of RGB (Red+Green+Blue) = 169+85+141=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A9558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9558D is #56AA72. Grayscale: #747474. Windows color (decimal): -5679731 or 9262505. OLE color: 9262505.

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

Color convert

RGB16985141-
CMYK00.500.170.34
HSL320º33.07%49.8%-
HSV(B)320º49.7%66.27%-
XYZ24.4216.8627.17-
YUV116.5141.83165.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.78%
GREEN value IS 85 (33.59% from 255) = 21.52%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=42.78%
G=21.52%
B=35.70%

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
Decimal1698514100.500.170.3432033.0749.8
HexA9558D03211221402132
Octal25112521506221425004162
Binary10101001101010110001101011001010001100010101000000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9558D; }

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

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

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

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

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

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

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

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