#A94D8E

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

Shades of Mulberry #A94D8E

Tints of Mulberry #A94D8E

Color information

#A94D8E (or 0xA94D8E) is unknown color: approx Mulberry. HEX triplet: A9, 4D and 8E. RGB value is (169,77,142). Sum of RGB (Red+Green+Blue) = 169+77+142=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A94D8E is #56B271. Grayscale: #6F6F6F. Windows color (decimal): -5681778 or 9325993. OLE color: 9325993.

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

Color convert

RGB16977142-
CMYK00.540.160.34
HSL317.61º37.4%48.24%-
HSV(B)317.61º54.44%66.27%-
XYZ23.915.727.36-
YUV111.92144.98168.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.56%
GREEN value IS 77 (30.47% from 255) = 19.85%
BLUE value IS 142 (55.86% from 255) = 36.60%
R=43.56%
G=19.85%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697714200.540.160.34317.6137.448.24
HexA94D8E036102213e2530
Octal25111521606620424764560
Binary10101001100110110001110011011010000100010100111110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94D8E; }

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

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

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

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

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

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

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

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