#A95588

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

Shades of Mulberry #A95588

Tints of Mulberry #A95588

Color information

#A95588 (or 0xA95588) is unknown color: approx Mulberry. HEX triplet: A9, 55 and 88. RGB value is (169,85,136). Sum of RGB (Red+Green+Blue) = 169+85+136=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 169 - color contains mainly: red. Hex color #A95588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95588 is #56AA77. Grayscale: #737373. Windows color (decimal): -5679736 or 8934825. OLE color: 8934825.

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

Color convert

RGB16985136-
CMYK00.500.200.34
HSL323.57º33.07%49.8%-
HSV(B)323.57º49.7%66.27%-
XYZ24.0516.7125.25-
YUV115.93139.33165.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.33%
GREEN value IS 85 (33.59% from 255) = 21.79%
BLUE value IS 136 (53.52% from 255) = 34.87%
R=43.33%
G=21.79%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698513600.500.200.34323.5733.0749.8
HexA9558803214221442132
Octal25112521006224425044162
Binary10101001101010110001000011001010100100010101000100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95588; }

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

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

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

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

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

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

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

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