#A64F8B

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

Shades of Mulberry #A64F8B

Tints of Mulberry #A64F8B

Color information

#A64F8B (or 0xA64F8B) is unknown color: approx Mulberry. HEX triplet: A6, 4F and 8B. RGB value is (166,79,139). Sum of RGB (Red+Green+Blue) = 166+79+139=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64F8B is #59B074. Grayscale: #6F6F6F. Windows color (decimal): -5877877 or 9129894. OLE color: 9129894.

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

Color convert

RGB16679139-
CMYK00.520.160.35
HSL318.62º35.51%48.04%-
HSV(B)318.62º52.41%65.1%-
XYZ23.1815.5626.21-
YUV111.85143.32166.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.23%
GREEN value IS 79 (31.25% from 255) = 20.57%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=43.23%
G=20.57%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667913900.520.160.35318.6235.5148.04
HexA64F8B034102313f2430
Octal24611721306420434774460
Binary10100110100111110001011011010010000100011100111111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64F8B; }

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

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

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

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

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

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

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

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