#AA568B

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

Shades of Mulberry #AA568B

Tints of Mulberry #AA568B

Color information

#AA568B (or 0xAA568B) is unknown color: approx Mulberry. HEX triplet: AA, 56 and 8B. RGB value is (170,86,139). Sum of RGB (Red+Green+Blue) = 170+86+139=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA568B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA568B is #55A974. Grayscale: #757575. Windows color (decimal): -5613941 or 9131690. OLE color: 9131690.

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

Color convert

RGB17086139-
CMYK00.490.180.33
HSL322.14º33.07%50.2%-
HSV(B)322.14º49.41%66.67%-
XYZ24.5717.0726.43-
YUV117.16140.33165.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 86 (33.98% from 255) = 21.77%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=43.04%
G=21.77%
B=35.19%

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
Decimal1708613900.490.180.33322.1433.0750.2
HexAA568B03112211422132
Octal25212621306122415024162
Binary10101010101011010001011011000110010100001101000010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA568B; }

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

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

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

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

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

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

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

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