#A8518D

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

Shades of Mulberry #A8518D

Tints of Mulberry #A8518D

Color information

#A8518D (or 0xA8518D) is unknown color: approx Mulberry. HEX triplet: A8, 51 and 8D. RGB value is (168,81,141). Sum of RGB (Red+Green+Blue) = 168+81+141=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A8518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8518D is #57AE72. Grayscale: #717171. Windows color (decimal): -5746291 or 9261480. OLE color: 9261480.

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

Color convert

RGB16881141-
CMYK00.520.160.34
HSL318.62º34.94%48.82%-
HSV(B)318.62º51.79%65.88%-
XYZ23.916.1327.05-
YUV113.85143.32166.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.08%
GREEN value IS 81 (32.03% from 255) = 20.77%
BLUE value IS 141 (55.47% from 255) = 36.15%
R=43.08%
G=20.77%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688114100.520.160.34318.6234.9448.82
HexA8518D034102213f2331
Octal25012121506420424774361
Binary10101000101000110001101011010010000100010100111111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8518D; }

 p { color: rgb(168,81,141); }

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

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

 a { background-color: rgb(168,81,141); }

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

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

 span { border-color: rgb(168,81,141); }

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