#A8548E

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

Shades of Mulberry #A8548E

Tints of Mulberry #A8548E

Color information

#A8548E (or 0xA8548E) is unknown color: approx Mulberry. HEX triplet: A8, 54 and 8E. RGB value is (168,84,142). Sum of RGB (Red+Green+Blue) = 168+84+142=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A8548E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8548E is #57AB71. Grayscale: #737373. Windows color (decimal): -5745522 or 9327784. OLE color: 9327784.

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

Color convert

RGB16884142-
CMYK00.50.150.34
HSL318.57º33.33%49.41%-
HSV(B)318.57º50%65.88%-
XYZ24.216.6227.52-
YUV115.73142.83165.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.64%
GREEN value IS 84 (33.20% from 255) = 21.32%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=42.64%
G=21.32%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688414200.50.150.34318.5733.3349.41
HexA8548E032F2213f2131
Octal25012421606217424774161
Binary1010100010101001000111001100101111100010100111111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8548E; }

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

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

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

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

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

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

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

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