#aa568c

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

Shades of Mulberry #AA568C

Tints of Mulberry #AA568C

Color information

#AA568C (or 0xAA568C) is unknown color: approx Mulberry. HEX triplet: AA, 56 and 8C. RGB value is (170,86,140). Sum of RGB (Red+Green+Blue) = 170+86+140=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA568C is #55A973. Grayscale: #757575. Windows color (decimal): -5613940 or 9197226. OLE color: 9197226.

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

Color convert

RGB17086140-
CMYK00.490.180.33
HSL321.43º33.07%50.2%-
HSV(B)321.43º49.41%66.67%-
XYZ24.6417.126.81-
YUV117.27140.83165.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 86 (33.98% from 255) = 21.72%
BLUE value IS 140 (55.08% from 255) = 35.35%
R=42.93%
G=21.72%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708614000.490.180.33321.4333.0750.2
HexAA568C03112211412132
Octal25212621406122415014162
Binary10101010101011010001100011000110010100001101000001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa568c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa568c; }

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

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

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

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

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

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

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

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