#A54D8C

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

Shades of Mulberry #A54D8C

Tints of Mulberry #A54D8C

Color information

#A54D8C (or 0xA54D8C) is unknown color: approx Mulberry. HEX triplet: A5, 4D and 8C. RGB value is (165,77,140). Sum of RGB (Red+Green+Blue) = 165+77+140=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54D8C is #5AB273. Grayscale: #6E6E6E. Windows color (decimal): -5943924 or 9194917. OLE color: 9194917.

HSL color Cylindrical-coordinate representation of color #A54D8C: hue angle of 317.05º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A54D8C is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB16577140-
CMYK00.530.150.35
HSL317.05º36.36%47.45%-
HSV(B)317.05º53.33%64.71%-
XYZ22.915.226.54-
YUV110.49144.65166.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.19%
GREEN value IS 77 (30.47% from 255) = 20.16%
BLUE value IS 140 (55.08% from 255) = 36.65%
R=43.19%
G=20.16%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657714000.530.150.35317.0536.3647.45
HexA54D8C035F2313d242f
Octal24511521406517434754457
Binary1010010110011011000110001101011111100011100111101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54D8C; }

 p { color: rgb(165,77,140); }

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

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

 a { background-color: rgb(165,77,140); }

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

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

 span { border-color: rgb(165,77,140); }

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