#A64F8D

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

Shades of Mulberry #A64F8D

Tints of Mulberry #A64F8D

Color information

#A64F8D (or 0xA64F8D) is unknown color: approx Mulberry. HEX triplet: A6, 4F and 8D. RGB value is (166,79,141). Sum of RGB (Red+Green+Blue) = 166+79+141=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64F8D is #59B072. Grayscale: #6F6F6F. Windows color (decimal): -5877875 or 9260966. OLE color: 9260966.

HSL color Cylindrical-coordinate representation of color #A64F8D: hue angle of 317.24º 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 #A64F8D is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB16679141-
CMYK00.520.150.35
HSL317.24º35.51%48.04%-
HSV(B)317.24º52.41%65.1%-
XYZ23.3315.6226.99-
YUV112.08144.32166.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 79 (31.25% from 255) = 20.47%
BLUE value IS 141 (55.47% from 255) = 36.53%
R=43.01%
G=20.47%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667914100.520.150.35317.2435.5148.04
HexA64F8D034F2313d2430
Octal24611721506417434754460
Binary1010011010011111000110101101001111100011100111101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64F8D; }

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

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

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

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

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

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

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

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