#A95589

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

Shades of Mulberry #A95589

Tints of Mulberry #A95589

Color information

#A95589 (or 0xA95589) is unknown color: approx Mulberry. HEX triplet: A9, 55 and 89. RGB value is (169,85,137). Sum of RGB (Red+Green+Blue) = 169+85+137=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A95589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95589 is #56AA76. Grayscale: #737373. Windows color (decimal): -5679735 or 9000361. OLE color: 9000361.

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

Color convert

RGB16985137-
CMYK00.500.190.34
HSL322.86º33.07%49.8%-
HSV(B)322.86º49.7%66.27%-
XYZ24.1316.7425.63-
YUV116.04139.83165.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.22%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=43.22%
G=21.74%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698513700.500.190.34322.8633.0749.8
HexA9558903213221432132
Octal25112521106223425034162
Binary10101001101010110001001011001010011100010101000011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95589; }

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

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

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

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

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

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

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

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