#AA5186

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

Shades of Mulberry #AA5186

Tints of Mulberry #AA5186

Color information

#AA5186 (or 0xAA5186) is unknown color: approx Mulberry. HEX triplet: AA, 51 and 86. RGB value is (170,81,134). Sum of RGB (Red+Green+Blue) = 170+81+134=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5186 is #55AE79. Grayscale: #717171. Windows color (decimal): -5615226 or 8802730. OLE color: 8802730.

HSL color Cylindrical-coordinate representation of color #AA5186: hue angle of 324.27º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5186 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB17081134-
CMYK00.520.210.33
HSL324.27º35.46%49.22%-
HSV(B)324.27º52.35%66.67%-
XYZ23.8216.1524.42-
YUV113.65139.49168.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 81 (32.03% from 255) = 21.04%
BLUE value IS 134 (52.73% from 255) = 34.81%
R=44.16%
G=21.04%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708113400.520.210.33324.2735.4649.22
HexAA518603415211442331
Octal25212120606425415044361
Binary10101010101000110000110011010010101100001101000100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5186; }

 p { color: rgb(170,81,134); }

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

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

 a { background-color: rgb(170,81,134); }

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

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

 span { border-color: rgb(170,81,134); }

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