#A64F8C

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

Shades of Mulberry #A64F8C

Tints of Mulberry #A64F8C

Color information

#A64F8C (or 0xA64F8C) is unknown color: approx Mulberry. HEX triplet: A6, 4F and 8C. RGB value is (166,79,140). Sum of RGB (Red+Green+Blue) = 166+79+140=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64F8C is #59B073. Grayscale: #6F6F6F. Windows color (decimal): -5877876 or 9195430. OLE color: 9195430.

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

Color convert

RGB16679140-
CMYK00.520.160.35
HSL317.93º35.51%48.04%-
HSV(B)317.93º52.41%65.1%-
XYZ23.2615.5926.59-
YUV111.97143.82166.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 79 (31.25% from 255) = 20.52%
BLUE value IS 140 (55.08% from 255) = 36.36%
R=43.12%
G=20.52%
B=36.36%

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
Decimal1667914000.520.160.35317.9335.5148.04
HexA64F8C034102313e2430
Octal24611721406420434764460
Binary10100110100111110001100011010010000100011100111110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64F8C; }

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

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

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

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

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

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

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

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