#A7528B

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

Shades of Mulberry #A7528B

Tints of Mulberry #A7528B

Color information

#A7528B (or 0xA7528B) is unknown color: approx Mulberry. HEX triplet: A7, 52 and 8B. RGB value is (167,82,139). Sum of RGB (Red+Green+Blue) = 167+82+139=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A7528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7528B is #58AD74. Grayscale: #717171. Windows color (decimal): -5811573 or 9130663. OLE color: 9130663.

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

Color convert

RGB16782139-
CMYK00.510.170.35
HSL319.76º34.14%48.82%-
HSV(B)319.76º50.9%65.49%-
XYZ23.6116.1126.29-
YUV113.91142.16165.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.04%
GREEN value IS 82 (32.42% from 255) = 21.13%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=43.04%
G=21.13%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678213900.510.170.35319.7634.1448.82
HexA7528B03311231402231
Octal24712221306321435004261
Binary10100111101001010001011011001110001100011101000000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7528B; }

 p { color: rgb(167,82,139); }

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

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

 a { background-color: rgb(167,82,139); }

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

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

 span { border-color: rgb(167,82,139); }

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