#A7528C

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

Shades of Mulberry #A7528C

Tints of Mulberry #A7528C

Color information

#A7528C (or 0xA7528C) is unknown color: approx Mulberry. HEX triplet: A7, 52 and 8C. RGB value is (167,82,140). Sum of RGB (Red+Green+Blue) = 167+82+140=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A7528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7528C is #58AD73. Grayscale: #717171. Windows color (decimal): -5811572 or 9196199. OLE color: 9196199.

HSL color Cylindrical-coordinate representation of color #A7528C: hue angle of 319.06º 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 #A7528C is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16782140-
CMYK00.510.160.35
HSL319.06º34.14%48.82%-
HSV(B)319.06º50.9%65.49%-
XYZ23.6916.1426.68-
YUV114.03142.66165.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.93%
GREEN value IS 82 (32.42% from 255) = 21.08%
BLUE value IS 140 (55.08% from 255) = 35.99%
R=42.93%
G=21.08%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678214000.510.160.35319.0634.1448.82
HexA7528C033102313f2231
Octal24712221406320434774261
Binary10100111101001010001100011001110000100011100111111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7528C; }

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

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

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

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

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

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

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

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