#A54E8C

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

Shades of Mulberry #A54E8C

Tints of Mulberry #A54E8C

Color information

#A54E8C (or 0xA54E8C) is unknown color: approx Mulberry. HEX triplet: A5, 4E and 8C. RGB value is (165,78,140). Sum of RGB (Red+Green+Blue) = 165+78+140=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54E8C is #5AB173. Grayscale: #6E6E6E. Windows color (decimal): -5943668 or 9195173. OLE color: 9195173.

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

Color convert

RGB16578140-
CMYK00.530.150.35
HSL317.24º35.8%47.65%-
HSV(B)317.24º52.73%64.71%-
XYZ22.9815.3426.56-
YUV111.08144.32166.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 78 (30.86% from 255) = 20.37%
BLUE value IS 140 (55.08% from 255) = 36.55%
R=43.08%
G=20.37%
B=36.55%

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
Decimal1657814000.530.150.35317.2435.847.65
HexA54E8C035F2313d2430
Octal24511621406517434754460
Binary1010010110011101000110001101011111100011100111101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54E8C; }

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

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

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

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

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

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

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

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