#A64D86

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

Shades of Mulberry #A64D86

Tints of Mulberry #A64D86

Color information

#A64D86 (or 0xA64D86) is unknown color: approx Mulberry. HEX triplet: A6, 4D and 86. RGB value is (166,77,134). Sum of RGB (Red+Green+Blue) = 166+77+134=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64D86 is #59B279. Grayscale: #6D6D6D. Windows color (decimal): -5878394 or 8801702. OLE color: 8801702.

HSL color Cylindrical-coordinate representation of color #A64D86: hue angle of 321.57º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64D86 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB16677134-
CMYK00.540.190.35
HSL321.57º36.63%47.65%-
HSV(B)321.57º53.61%65.1%-
XYZ22.6815.1424.28-
YUV110.11141.49167.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 77 (30.47% from 255) = 20.42%
BLUE value IS 134 (52.73% from 255) = 35.54%
R=44.03%
G=20.42%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667713400.540.190.35321.5736.6347.65
HexA64D8603613231422530
Octal24611520606623435024560
Binary10100110100110110000110011011010011100011101000010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64D86; }

 p { color: rgb(166,77,134); }

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

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

 a { background-color: rgb(166,77,134); }

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

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

 span { border-color: rgb(166,77,134); }

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