#A64E8C

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

Shades of Mulberry #A64E8C

Tints of Mulberry #A64E8C

Color information

#A64E8C (or 0xA64E8C) is unknown color: approx Mulberry. HEX triplet: A6, 4E and 8C. RGB value is (166,78,140). Sum of RGB (Red+Green+Blue) = 166+78+140=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64E8C is #59B173. Grayscale: #6F6F6F. Windows color (decimal): -5878132 or 9195174. OLE color: 9195174.

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

Color convert

RGB16678140-
CMYK00.530.160.35
HSL317.73º36.07%47.84%-
HSV(B)317.73º53.01%65.1%-
XYZ23.1815.4526.57-
YUV111.38144.15166.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.23%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 140 (55.08% from 255) = 36.46%
R=43.23%
G=20.31%
B=36.46%

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
Decimal1667814000.530.160.35317.7336.0747.84
HexA64E8C035102313e2430
Octal24611621406520434764460
Binary10100110100111010001100011010110000100011100111110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64E8C; }

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

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

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

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

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

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

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

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