#A44D8B

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

Shades of Mulberry #A44D8B

Tints of Mulberry #A44D8B

Color information

#A44D8B (or 0xA44D8B) is unknown color: approx Mulberry. HEX triplet: A4, 4D and 8B. RGB value is (164,77,139). Sum of RGB (Red+Green+Blue) = 164+77+139=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44D8B is #5BB274. Grayscale: #6D6D6D. Windows color (decimal): -6009461 or 9129380. OLE color: 9129380.

HSL color Cylindrical-coordinate representation of color #A44D8B: hue angle of 317.24º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A44D8B is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB16477139-
CMYK00.530.150.36
HSL317.24º36.1%47.25%-
HSV(B)317.24º53.05%64.31%-
XYZ22.6215.0626.14-
YUV110.08144.32166.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 77 (30.47% from 255) = 20.26%
BLUE value IS 139 (54.69% from 255) = 36.58%
R=43.16%
G=20.26%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647713900.530.150.36317.2436.147.25
HexA44D8B035F2413d242f
Octal24411521306517444754457
Binary1010010010011011000101101101011111100100100111101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44D8B; }

 p { color: rgb(164,77,139); }

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

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

 a { background-color: rgb(164,77,139); }

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

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

 span { border-color: rgb(164,77,139); }

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