#A85288

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

Shades of Mulberry #A85288

Tints of Mulberry #A85288

Color information

#A85288 (or 0xA85288) is unknown color: approx Mulberry. HEX triplet: A8, 52 and 88. RGB value is (168,82,136). Sum of RGB (Red+Green+Blue) = 168+82+136=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A85288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85288 is #57AD77. Grayscale: #717171. Windows color (decimal): -5746040 or 8934056. OLE color: 8934056.

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

Color convert

RGB16882136-
CMYK00.510.190.34
HSL322.33º34.4%49.02%-
HSV(B)322.33º51.19%65.88%-
XYZ23.6116.1425.16-
YUV113.87140.49166.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.52%
GREEN value IS 82 (32.42% from 255) = 21.24%
BLUE value IS 136 (53.52% from 255) = 35.23%
R=43.52%
G=21.24%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688213600.510.190.34322.3334.449.02
HexA8528803313221422231
Octal25012221006323425024261
Binary10101000101001010001000011001110011100010101000010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85288; }

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

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

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

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

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

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

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

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