#A75189

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

Shades of Mulberry #A75189

Tints of Mulberry #A75189

Color information

#A75189 (or 0xA75189) is unknown color: approx Mulberry. HEX triplet: A7, 51 and 89. RGB value is (167,81,137). Sum of RGB (Red+Green+Blue) = 167+81+137=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A75189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75189 is #58AE76. Grayscale: #707070. Windows color (decimal): -5811831 or 8999335. OLE color: 8999335.

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

Color convert

RGB16781137-
CMYK00.510.180.35
HSL320.93º34.68%48.63%-
HSV(B)320.93º51.5%65.49%-
XYZ23.3915.9125.5-
YUV113.1141.49166.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.38%
GREEN value IS 81 (32.03% from 255) = 21.04%
BLUE value IS 137 (53.91% from 255) = 35.58%
R=43.38%
G=21.04%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678113700.510.180.35320.9334.6848.63
HexA7518903312231412331
Octal24712121106322435014361
Binary10100111101000110001001011001110010100011101000001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75189; }

 p { color: rgb(167,81,137); }

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

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

 a { background-color: rgb(167,81,137); }

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

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

 span { border-color: rgb(167,81,137); }

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