#AA508A

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

Shades of Mulberry #AA508A

Tints of Mulberry #AA508A

Color information

#AA508A (or 0xAA508A) is unknown color: approx Mulberry. HEX triplet: AA, 50 and 8A. RGB value is (170,80,138). Sum of RGB (Red+Green+Blue) = 170+80+138=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA508A is #55AF75. Grayscale: #717171. Windows color (decimal): -5615478 or 9064618. OLE color: 9064618.

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

Color convert

RGB17080138-
CMYK00.530.190.33
HSL321.33º36%49.02%-
HSV(B)321.33º52.94%66.67%-
XYZ24.0316.1225.89-
YUV113.52141.82168.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 80 (31.64% from 255) = 20.62%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=43.81%
G=20.62%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708013800.530.190.33321.333649.02
HexAA508A03513211412431
Octal25212021206523415014461
Binary10101010101000010001010011010110011100001101000001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA508A; }

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

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

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

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

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

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

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

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