#A7538C

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

Shades of Mulberry #A7538C

Tints of Mulberry #A7538C

Color information

#A7538C (or 0xA7538C) is unknown color: approx Mulberry. HEX triplet: A7, 53 and 8C. RGB value is (167,83,140). Sum of RGB (Red+Green+Blue) = 167+83+140=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A7538C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7538C is #58AC73. Grayscale: #727272. Windows color (decimal): -5811316 or 9196455. OLE color: 9196455.

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

Color convert

RGB16783140-
CMYK00.500.160.35
HSL319.29º33.6%49.02%-
HSV(B)319.29º50.3%65.49%-
XYZ23.7616.326.7-
YUV114.61142.33165.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.82%
GREEN value IS 83 (32.81% from 255) = 21.28%
BLUE value IS 140 (55.08% from 255) = 35.90%
R=42.82%
G=21.28%
B=35.90%

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
Decimal1678314000.500.160.35319.2933.649.02
HexA7538C032102313f2231
Octal24712321406220434774261
Binary10100111101001110001100011001010000100011100111111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7538C; }

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

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

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

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

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

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

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

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