#A7538D

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

Shades of Mulberry #A7538D

Tints of Mulberry #A7538D

Color information

#A7538D (or 0xA7538D) is unknown color: approx Mulberry. HEX triplet: A7, 53 and 8D. RGB value is (167,83,141). Sum of RGB (Red+Green+Blue) = 167+83+141=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A7538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7538D is #58AC72. Grayscale: #727272. Windows color (decimal): -5811315 or 9261991. OLE color: 9261991.

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

Color convert

RGB16783141-
CMYK00.500.160.35
HSL318.57º33.6%49.02%-
HSV(B)318.57º50.3%65.49%-
XYZ23.8416.3327.09-
YUV114.73142.83165.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 83 (32.81% from 255) = 21.23%
BLUE value IS 141 (55.47% from 255) = 36.06%
R=42.71%
G=21.23%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678314100.500.160.35318.5733.649.02
HexA7538D032102313f2231
Octal24712321506220434774261
Binary10100111101001110001101011001010000100011100111111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7538D; }

 p { color: rgb(167,83,141); }

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

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

 a { background-color: rgb(167,83,141); }

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

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

 span { border-color: rgb(167,83,141); }

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