#AA528F

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

Shades of Mulberry #AA528F

Tints of Mulberry #AA528F

Color information

#AA528F (or 0xAA528F) is unknown color: approx Mulberry. HEX triplet: AA, 52 and 8F. RGB value is (170,82,143). Sum of RGB (Red+Green+Blue) = 170+82+143=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA528F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA528F is #55AD70. Grayscale: #737373. Windows color (decimal): -5614961 or 9392810. OLE color: 9392810.

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

Color convert

RGB17082143-
CMYK00.520.160.33
HSL318.41º34.92%49.41%-
HSV(B)318.41º51.76%66.67%-
XYZ24.5516.5627.89-
YUV115.27143.65167.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 143 (56.25% from 255) = 36.20%
R=43.04%
G=20.76%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708214300.520.160.33318.4134.9249.41
HexAA528F034102113e2331
Octal25212221706420414764361
Binary10101010101001010001111011010010000100001100111110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA528F; }

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

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

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

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

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

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

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

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