#A64C8B

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

Shades of Mulberry #A64C8B

Tints of Mulberry #A64C8B

Color information

#A64C8B (or 0xA64C8B) is unknown color: approx Mulberry. HEX triplet: A6, 4C and 8B. RGB value is (166,76,139). Sum of RGB (Red+Green+Blue) = 166+76+139=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64C8B is #59B374. Grayscale: #6D6D6D. Windows color (decimal): -5878645 or 9129126. OLE color: 9129126.

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

Color convert

RGB16676139-
CMYK00.540.160.35
HSL318º37.19%47.45%-
HSV(B)318º54.22%65.1%-
XYZ22.9715.1426.14-
YUV110.09144.32167.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 76 (30.08% from 255) = 19.95%
BLUE value IS 139 (54.69% from 255) = 36.48%
R=43.57%
G=19.95%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667613900.540.160.3531837.1947.45
HexA64C8B036102313e252f
Octal24611421306620434764557
Binary10100110100110010001011011011010000100011100111110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64C8B; }

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

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

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

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

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

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

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

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