#A7518C

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

Shades of Mulberry #A7518C

Tints of Mulberry #A7518C

Color information

#A7518C (or 0xA7518C) is unknown color: approx Mulberry. HEX triplet: A7, 51 and 8C. RGB value is (167,81,140). Sum of RGB (Red+Green+Blue) = 167+81+140=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A7518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7518C is #58AE73. Grayscale: #717171. Windows color (decimal): -5811828 or 9195943. OLE color: 9195943.

HSL color Cylindrical-coordinate representation of color #A7518C: hue angle of 318.84º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7518C is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16781140-
CMYK00.510.160.35
HSL318.84º34.68%48.63%-
HSV(B)318.84º51.5%65.49%-
XYZ23.6115.9926.65-
YUV113.44142.99166.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.04%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 140 (55.08% from 255) = 36.08%
R=43.04%
G=20.88%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678114000.510.160.35318.8434.6848.63
HexA7518C033102313f2331
Octal24712121406320434774361
Binary10100111101000110001100011001110000100011100111111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7518C; }

 p { color: rgb(167,81,140); }

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

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

 a { background-color: rgb(167,81,140); }

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

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

 span { border-color: rgb(167,81,140); }

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