#A94E8D

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

Shades of Mulberry #A94E8D

Tints of Mulberry #A94E8D

Color information

#A94E8D (or 0xA94E8D) is unknown color: approx Mulberry. HEX triplet: A9, 4E and 8D. RGB value is (169,78,141). Sum of RGB (Red+Green+Blue) = 169+78+141=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A94E8D is #56B172. Grayscale: #707070. Windows color (decimal): -5681523 or 9260713. OLE color: 9260713.

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

Color convert

RGB16978141-
CMYK00.540.170.34
HSL318.46º36.84%48.43%-
HSV(B)318.46º53.85%66.27%-
XYZ23.8915.8126.99-
YUV112.39144.15168.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.56%
GREEN value IS 78 (30.86% from 255) = 20.10%
BLUE value IS 141 (55.47% from 255) = 36.34%
R=43.56%
G=20.10%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697814100.540.170.34318.4636.8448.43
HexA94E8D036112213e2530
Octal25111621506621424764560
Binary10101001100111010001101011011010001100010100111110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94E8D; }

 p { color: rgb(169,78,141); }

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

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

 a { background-color: rgb(169,78,141); }

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

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

 span { border-color: rgb(169,78,141); }

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