#A64E8B

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

Shades of Mulberry #A64E8B

Tints of Mulberry #A64E8B

Color information

#A64E8B (or 0xA64E8B) is unknown color: approx Mulberry. HEX triplet: A6, 4E and 8B. RGB value is (166,78,139). Sum of RGB (Red+Green+Blue) = 166+78+139=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64E8B is #59B174. Grayscale: #6F6F6F. Windows color (decimal): -5878133 or 9129638. OLE color: 9129638.

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

Color convert

RGB16678139-
CMYK00.530.160.35
HSL318.41º36.07%47.84%-
HSV(B)318.41º53.01%65.1%-
XYZ23.1115.4226.18-
YUV111.27143.65167.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.34%
GREEN value IS 78 (30.86% from 255) = 20.37%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=43.34%
G=20.37%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667813900.530.160.35318.4136.0747.84
HexA64E8B035102313e2430
Octal24611621306520434764460
Binary10100110100111010001011011010110000100011100111110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64E8B; }

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

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

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

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

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

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

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

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