#A94D87

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

Shades of Mulberry #A94D87

Tints of Mulberry #A94D87

Color information

#A94D87 (or 0xA94D87) is unknown color: approx Mulberry. HEX triplet: A9, 4D and 87. RGB value is (169,77,135). Sum of RGB (Red+Green+Blue) = 169+77+135=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A94D87 is #56B278. Grayscale: #6E6E6E. Windows color (decimal): -5681785 or 8867241. OLE color: 8867241.

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

Color convert

RGB16977135-
CMYK00.540.200.34
HSL322.17º37.4%48.24%-
HSV(B)322.17º54.44%66.27%-
XYZ23.3915.4924.68-
YUV111.12141.48169.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.36%
GREEN value IS 77 (30.47% from 255) = 20.21%
BLUE value IS 135 (53.12% from 255) = 35.43%
R=44.36%
G=20.21%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697713500.540.200.34322.1737.448.24
HexA94D8703614221422530
Octal25111520706624425024560
Binary10101001100110110000111011011010100100010101000010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94D87; }

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

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

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

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

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

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

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

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