#A85088

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

Shades of Mulberry #A85088

Tints of Mulberry #A85088

Color information

#A85088 (or 0xA85088) is unknown color: approx Mulberry. HEX triplet: A8, 50 and 88. RGB value is (168,80,136). Sum of RGB (Red+Green+Blue) = 168+80+136=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A85088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85088 is #57AF77. Grayscale: #707070. Windows color (decimal): -5746552 or 8933544. OLE color: 8933544.

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

Color convert

RGB16880136-
CMYK00.520.190.34
HSL321.82º35.48%48.63%-
HSV(B)321.82º52.38%65.88%-
XYZ23.4615.8425.11-
YUV112.7141.15167.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.75%
GREEN value IS 80 (31.64% from 255) = 20.83%
BLUE value IS 136 (53.52% from 255) = 35.42%
R=43.75%
G=20.83%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688013600.520.190.34321.8235.4848.63
HexA8508803413221422331
Octal25012021006423425024361
Binary10101000101000010001000011010010011100010101000010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85088; }

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

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

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

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

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

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

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

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