#AA4C8E

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

Shades of Mulberry #AA4C8E

Tints of Mulberry #AA4C8E

Color information

#AA4C8E (or 0xAA4C8E) is unknown color: approx Mulberry. HEX triplet: AA, 4C and 8E. RGB value is (170,76,142). Sum of RGB (Red+Green+Blue) = 170+76+142=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4C8E is #55B371. Grayscale: #6F6F6F. Windows color (decimal): -5616498 or 9325738. OLE color: 9325738.

HSL color Cylindrical-coordinate representation of color #AA4C8E: hue angle of 317.87º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4C8E is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB17076142-
CMYK00.550.160.33
HSL317.87º38.21%48.24%-
HSV(B)317.87º55.29%66.67%-
XYZ24.0415.6727.35-
YUV111.63145.14169.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 76 (30.08% from 255) = 19.59%
BLUE value IS 142 (55.86% from 255) = 36.60%
R=43.81%
G=19.59%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707614200.550.160.33317.8738.2148.24
HexAA4C8E037102113e2630
Octal25211421606720414764660
Binary10101010100110010001110011011110000100001100111110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4C8E; }

 p { color: rgb(170,76,142); }

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

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

 a { background-color: rgb(170,76,142); }

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

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

 span { border-color: rgb(170,76,142); }

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