#A64E8A

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

Shades of Mulberry #A64E8A

Tints of Mulberry #A64E8A

Color information

#A64E8A (or 0xA64E8A) is unknown color: approx Mulberry. HEX triplet: A6, 4E and 8A. RGB value is (166,78,138). Sum of RGB (Red+Green+Blue) = 166+78+138=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64E8A is #59B175. Grayscale: #6F6F6F. Windows color (decimal): -5878134 or 9064102. OLE color: 9064102.

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

Color convert

RGB16678138-
CMYK00.530.170.35
HSL319.09º36.07%47.84%-
HSV(B)319.09º53.01%65.1%-
XYZ23.0415.3925.8-
YUV111.15143.15167.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 78 (30.86% from 255) = 20.42%
BLUE value IS 138 (54.30% from 255) = 36.13%
R=43.46%
G=20.42%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667813800.530.170.35319.0936.0747.84
HexA64E8A035112313f2430
Octal24611621206521434774460
Binary10100110100111010001010011010110001100011100111111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64E8A; }

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

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

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

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

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

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

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

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