#A95087

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

Shades of Mulberry #A95087

Tints of Mulberry #A95087

Color information

#A95087 (or 0xA95087) is unknown color: approx Mulberry. HEX triplet: A9, 50 and 87. RGB value is (169,80,135). Sum of RGB (Red+Green+Blue) = 169+80+135=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A95087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95087 is #56AF78. Grayscale: #707070. Windows color (decimal): -5681017 or 8868009. OLE color: 8868009.

HSL color Cylindrical-coordinate representation of color #A95087: hue angle of 322.92º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A95087 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB16980135-
CMYK00.530.200.34
HSL322.92º35.74%48.82%-
HSV(B)322.92º52.66%66.27%-
XYZ23.615.9224.75-
YUV112.88140.49168.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.01%
GREEN value IS 80 (31.64% from 255) = 20.83%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=44.01%
G=20.83%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698013500.530.200.34322.9235.7448.82
HexA9508703514221432431
Octal25112020706524425034461
Binary10101001101000010000111011010110100100010101000011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95087; }

 p { color: rgb(169,80,135); }

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

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

 a { background-color: rgb(169,80,135); }

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

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

 span { border-color: rgb(169,80,135); }

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