#A94C8E

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

Shades of Mulberry #A94C8E

Tints of Mulberry #A94C8E

Color information

#A94C8E (or 0xA94C8E) is unknown color: approx Mulberry. HEX triplet: A9, 4C and 8E. RGB value is (169,76,142). Sum of RGB (Red+Green+Blue) = 169+76+142=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94C8E is #56B371. Grayscale: #6F6F6F. Windows color (decimal): -5682034 or 9325737. OLE color: 9325737.

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

Color convert

RGB16976142-
CMYK00.550.160.34
HSL317.42º37.96%48.04%-
HSV(B)317.42º55.03%66.27%-
XYZ23.8315.5627.34-
YUV111.33145.31169.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 76 (30.08% from 255) = 19.64%
BLUE value IS 142 (55.86% from 255) = 36.69%
R=43.67%
G=19.64%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697614200.550.160.34317.4237.9648.04
HexA94C8E037102213d2630
Octal25111421606720424754660
Binary10101001100110010001110011011110000100010100111101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94C8E; }

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

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

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

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

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

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

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

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