#AA508E

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

Shades of Mulberry #AA508E

Tints of Mulberry #AA508E

Color information

#AA508E (or 0xAA508E) is unknown color: approx Mulberry. HEX triplet: AA, 50 and 8E. RGB value is (170,80,142). Sum of RGB (Red+Green+Blue) = 170+80+142=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA508E is #55AF71. Grayscale: #717171. Windows color (decimal): -5615474 or 9326762. OLE color: 9326762.

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

Color convert

RGB17080142-
CMYK00.530.160.33
HSL318.67º36%49.02%-
HSV(B)318.67º52.94%66.67%-
XYZ24.3316.2427.44-
YUV113.98143.82167.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 80 (31.64% from 255) = 20.41%
BLUE value IS 142 (55.86% from 255) = 36.22%
R=43.37%
G=20.41%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708014200.530.160.33318.673649.02
HexAA508E035102113f2431
Octal25212021606520414774461
Binary10101010101000010001110011010110000100001100111111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA508E; }

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

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

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

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

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

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

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

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