#AA518F

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

Shades of Mulberry #AA518F

Tints of Mulberry #AA518F

Color information

#AA518F (or 0xAA518F) is unknown color: approx Mulberry. HEX triplet: AA, 51 and 8F. RGB value is (170,81,143). Sum of RGB (Red+Green+Blue) = 170+81+143=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA518F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA518F is #55AE70. Grayscale: #727272. Windows color (decimal): -5615217 or 9392554. OLE color: 9392554.

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

Color convert

RGB17081143-
CMYK00.520.160.33
HSL318.2º35.46%49.22%-
HSV(B)318.2º52.35%66.67%-
XYZ24.4816.4127.86-
YUV114.68143.99167.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 81 (32.03% from 255) = 20.56%
BLUE value IS 143 (56.25% from 255) = 36.29%
R=43.15%
G=20.56%
B=36.29%

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
Decimal1708114300.520.160.33318.235.4649.22
HexAA518F034102113e2331
Octal25212121706420414764361
Binary10101010101000110001111011010010000100001100111110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA518F; }

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

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

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

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

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

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

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

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