#A64F87

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

Shades of Mulberry #A64F87

Tints of Mulberry #A64F87

Color information

#A64F87 (or 0xA64F87) is unknown color: approx Mulberry. HEX triplet: A6, 4F and 87. RGB value is (166,79,135). Sum of RGB (Red+Green+Blue) = 166+79+135=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64F87 is #59B078. Grayscale: #6F6F6F. Windows color (decimal): -5877881 or 8867750. OLE color: 8867750.

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

Color convert

RGB16679135-
CMYK00.520.190.35
HSL321.38º35.51%48.04%-
HSV(B)321.38º52.41%65.1%-
XYZ22.915.4524.7-
YUV111.4141.32166.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.68%
GREEN value IS 79 (31.25% from 255) = 20.79%
BLUE value IS 135 (53.12% from 255) = 35.53%
R=43.68%
G=20.79%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667913500.520.190.35321.3835.5148.04
HexA64F8703413231412430
Octal24611720706423435014460
Binary10100110100111110000111011010010011100011101000001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64F87; }

 p { color: rgb(166,79,135); }

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

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

 a { background-color: rgb(166,79,135); }

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

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

 span { border-color: rgb(166,79,135); }

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