#AA4B87

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

Shades of Mulberry #AA4B87

Tints of Mulberry #AA4B87

Color information

#AA4B87 (or 0xAA4B87) is unknown color: approx Mulberry. HEX triplet: AA, 4B and 87. RGB value is (170,75,135). Sum of RGB (Red+Green+Blue) = 170+75+135=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4B87 is #55B478. Grayscale: #6E6E6E. Windows color (decimal): -5616761 or 8866730. OLE color: 8866730.

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

Color convert

RGB17075135-
CMYK00.560.210.33
HSL322.11º38.78%48.04%-
HSV(B)322.11º55.88%66.67%-
XYZ23.4715.3324.64-
YUV110.24141.97170.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 75 (29.69% from 255) = 19.74%
BLUE value IS 135 (53.12% from 255) = 35.53%
R=44.74%
G=19.74%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707513500.560.210.33322.1138.7848.04
HexAA4B8703815211422730
Octal25211320707025415024760
Binary10101010100101110000111011100010101100001101000010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4B87; }

 p { color: rgb(170,75,135); }

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

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

 a { background-color: rgb(170,75,135); }

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

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

 span { border-color: rgb(170,75,135); }

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