#A9558E

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

Shades of Mulberry #A9558E

Tints of Mulberry #A9558E

Color information

#A9558E (or 0xA9558E) is unknown color: approx Mulberry. HEX triplet: A9, 55 and 8E. RGB value is (169,85,142). Sum of RGB (Red+Green+Blue) = 169+85+142=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A9558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9558E is #56AA71. Grayscale: #747474. Windows color (decimal): -5679730 or 9328041. OLE color: 9328041.

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

Color convert

RGB16985142-
CMYK00.500.160.34
HSL319.29º33.07%49.8%-
HSV(B)319.29º49.7%66.27%-
XYZ24.4916.8927.56-
YUV116.61142.33165.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=42.68%
G=21.46%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698514200.500.160.34319.2933.0749.8
HexA9558E032102213f2132
Octal25112521606220424774162
Binary10101001101010110001110011001010000100010100111111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9558E; }

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

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

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

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

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

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

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

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