#A85289

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

Shades of Mulberry #A85289

Tints of Mulberry #A85289

Color information

#A85289 (or 0xA85289) is unknown color: approx Mulberry. HEX triplet: A8, 52 and 89. RGB value is (168,82,137). Sum of RGB (Red+Green+Blue) = 168+82+137=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A85289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85289 is #57AD76. Grayscale: #717171. Windows color (decimal): -5746039 or 8999592. OLE color: 8999592.

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

Color convert

RGB16882137-
CMYK00.510.180.34
HSL321.63º34.4%49.02%-
HSV(B)321.63º51.19%65.88%-
XYZ23.6816.1725.54-
YUV113.98140.99166.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.41%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 137 (53.91% from 255) = 35.40%
R=43.41%
G=21.19%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688213700.510.180.34321.6334.449.02
HexA8528903312221422231
Octal25012221106322425024261
Binary10101000101001010001001011001110010100010101000010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85289; }

 p { color: rgb(168,82,137); }

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

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

 a { background-color: rgb(168,82,137); }

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

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

 span { border-color: rgb(168,82,137); }

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