#AA518A

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

Shades of Mulberry #AA518A

Tints of Mulberry #AA518A

Color information

#AA518A (or 0xAA518A) is unknown color: approx Mulberry. HEX triplet: AA, 51 and 8A. RGB value is (170,81,138). Sum of RGB (Red+Green+Blue) = 170+81+138=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA518A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA518A is #55AE75. Grayscale: #717171. Windows color (decimal): -5615222 or 9064874. OLE color: 9064874.

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

Color convert

RGB17081138-
CMYK00.520.190.33
HSL321.57º35.46%49.22%-
HSV(B)321.57º52.35%66.67%-
XYZ24.1116.2725.91-
YUV114.11141.49167.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 138 (54.30% from 255) = 35.48%
R=43.70%
G=20.82%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708113800.520.190.33321.5735.4649.22
HexAA518A03413211422331
Octal25212121206423415024361
Binary10101010101000110001010011010010011100001101000010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA518A; }

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

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

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

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

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

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

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

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