#aa568a

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

Shades of Mulberry #AA568A

Tints of Mulberry #AA568A

Color information

#AA568A (or 0xAA568A) is unknown color: approx Mulberry. HEX triplet: AA, 56 and 8A. RGB value is (170,86,138). Sum of RGB (Red+Green+Blue) = 170+86+138=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA568A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA568A is #55A975. Grayscale: #747474. Windows color (decimal): -5613942 or 9066154. OLE color: 9066154.

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

Color convert

RGB17086138-
CMYK00.490.190.33
HSL322.86º33.07%50.2%-
HSV(B)322.86º49.41%66.67%-
XYZ24.4917.0426.04-
YUV117.04139.83165.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 86 (33.98% from 255) = 21.83%
BLUE value IS 138 (54.30% from 255) = 35.03%
R=43.15%
G=21.83%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708613800.490.190.33322.8633.0750.2
HexAA568A03113211432132
Octal25212621206123415034162
Binary10101010101011010001010011000110011100001101000011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa568a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa568a; }

 p { color: rgb(170,86,138); }

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

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

 a { background-color: rgb(170,86,138); }

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

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

 span { border-color: rgb(170,86,138); }

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