#AA4D8D

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

Shades of Mulberry #AA4D8D

Tints of Mulberry #AA4D8D

Color information

#AA4D8D (or 0xAA4D8D) is unknown color: approx Mulberry. HEX triplet: AA, 4D and 8D. RGB value is (170,77,141). Sum of RGB (Red+Green+Blue) = 170+77+141=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4D8D is #55B272. Grayscale: #6F6F6F. Windows color (decimal): -5616243 or 9260458. OLE color: 9260458.

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

Color convert

RGB17077141-
CMYK00.550.170.33
HSL318.71º37.65%48.43%-
HSV(B)318.71º54.71%66.67%-
XYZ24.0415.7826.98-
YUV112.1144.31169.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 77 (30.47% from 255) = 19.85%
BLUE value IS 141 (55.47% from 255) = 36.34%
R=43.81%
G=19.85%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707714100.550.170.33318.7137.6548.43
HexAA4D8D037112113f2630
Octal25211521506721414774660
Binary10101010100110110001101011011110001100001100111111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4D8D; }

 p { color: rgb(170,77,141); }

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

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

 a { background-color: rgb(170,77,141); }

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

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

 span { border-color: rgb(170,77,141); }

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