#A8518E

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

Shades of Mulberry #A8518E

Tints of Mulberry #A8518E

Color information

#A8518E (or 0xA8518E) is unknown color: approx Mulberry. HEX triplet: A8, 51 and 8E. RGB value is (168,81,142). Sum of RGB (Red+Green+Blue) = 168+81+142=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A8518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8518E is #57AE71. Grayscale: #717171. Windows color (decimal): -5746290 or 9327016. OLE color: 9327016.

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

Color convert

RGB16881142-
CMYK00.520.150.34
HSL317.93º34.94%48.82%-
HSV(B)317.93º51.79%65.88%-
XYZ23.9716.1627.45-
YUV113.97143.82166.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.97%
GREEN value IS 81 (32.03% from 255) = 20.72%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=42.97%
G=20.72%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688114200.520.150.34317.9334.9448.82
HexA8518E034F2213e2331
Octal25012121606417424764361
Binary1010100010100011000111001101001111100010100111110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8518E; }

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

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

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

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

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

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

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

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