#A8548D

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

Shades of Mulberry #A8548D

Tints of Mulberry #A8548D

Color information

#A8548D (or 0xA8548D) is unknown color: approx Mulberry. HEX triplet: A8, 54 and 8D. RGB value is (168,84,141). Sum of RGB (Red+Green+Blue) = 168+84+141=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A8548D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8548D is #57AB72. Grayscale: #737373. Windows color (decimal): -5745523 or 9262248. OLE color: 9262248.

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

Color convert

RGB16884141-
CMYK00.50.160.34
HSL319.29º33.33%49.41%-
HSV(B)319.29º50%65.88%-
XYZ24.1316.5927.13-
YUV115.61142.33165.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.75%
GREEN value IS 84 (33.20% from 255) = 21.37%
BLUE value IS 141 (55.47% from 255) = 35.88%
R=42.75%
G=21.37%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688414100.50.160.34319.2933.3349.41
HexA8548D032102213f2131
Octal25012421506220424774161
Binary10101000101010010001101011001010000100010100111111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8548D; }

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

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

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

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

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

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

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

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