#AA528C

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

Shades of Mulberry #AA528C

Tints of Mulberry #AA528C

Color information

#AA528C (or 0xAA528C) is unknown color: approx Mulberry. HEX triplet: AA, 52 and 8C. RGB value is (170,82,140). Sum of RGB (Red+Green+Blue) = 170+82+140=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA528C is #55AD73. Grayscale: #727272. Windows color (decimal): -5614964 or 9196202. OLE color: 9196202.

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

Color convert

RGB17082140-
CMYK00.520.180.33
HSL320.45º34.92%49.41%-
HSV(B)320.45º51.76%66.67%-
XYZ24.3316.4726.71-
YUV114.92142.15167.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 82 (32.42% from 255) = 20.92%
BLUE value IS 140 (55.08% from 255) = 35.71%
R=43.37%
G=20.92%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708214000.520.180.33320.4534.9249.41
HexAA528C03412211402331
Octal25212221406422415004361
Binary10101010101001010001100011010010010100001101000000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA528C; }

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

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

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

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

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

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

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

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