#A84B88

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

Shades of Mulberry #A84B88

Tints of Mulberry #A84B88

Color information

#A84B88 (or 0xA84B88) is unknown color: approx Mulberry. HEX triplet: A8, 4B and 88. RGB value is (168,75,136). Sum of RGB (Red+Green+Blue) = 168+75+136=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84B88 is #57B477. Grayscale: #6D6D6D. Windows color (decimal): -5747832 or 8932264. OLE color: 8932264.

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

Color convert

RGB16875136-
CMYK00.550.190.34
HSL320.65º38.27%47.65%-
HSV(B)320.65º55.36%65.88%-
XYZ23.1115.1325-
YUV109.76142.81169.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.33%
GREEN value IS 75 (29.69% from 255) = 19.79%
BLUE value IS 136 (53.52% from 255) = 35.88%
R=44.33%
G=19.79%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687513600.550.190.34320.6538.2747.65
HexA84B8803713221412630
Octal25011321006723425014660
Binary10101000100101110001000011011110011100010101000001100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84B88; }

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

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

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

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

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

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

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

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