#AA578B

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

Shades of Mulberry #AA578B

Tints of Mulberry #AA578B

Color information

#AA578B (or 0xAA578B) is unknown color: approx Mulberry. HEX triplet: AA, 57 and 8B. RGB value is (170,87,139). Sum of RGB (Red+Green+Blue) = 170+87+139=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA578B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA578B is #55A874. Grayscale: #757575. Windows color (decimal): -5613685 or 9131946. OLE color: 9131946.

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

Color convert

RGB17087139-
CMYK00.490.180.33
HSL322.41º32.81%50.39%-
HSV(B)322.41º48.82%66.67%-
XYZ24.6517.2326.45-
YUV117.74140165.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 87 (34.38% from 255) = 21.97%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=42.93%
G=21.97%
B=35.10%

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
Decimal1708713900.490.180.33322.4132.8150.39
HexAA578B03112211422132
Octal25212721306122415024162
Binary10101010101011110001011011000110010100001101000010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA578B; }

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

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

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

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

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

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

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

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