#AA508F

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

Shades of Mulberry #AA508F

Tints of Mulberry #AA508F

Color information

#AA508F (or 0xAA508F) is unknown color: approx Mulberry. HEX triplet: AA, 50 and 8F. RGB value is (170,80,143). Sum of RGB (Red+Green+Blue) = 170+80+143=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA508F is #55AF70. Grayscale: #717171. Windows color (decimal): -5615473 or 9392298. OLE color: 9392298.

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

Color convert

RGB17080143-
CMYK00.530.160.33
HSL318º36%49.02%-
HSV(B)318º52.94%66.67%-
XYZ24.416.2727.84-
YUV114.09144.32167.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 80 (31.64% from 255) = 20.36%
BLUE value IS 143 (56.25% from 255) = 36.39%
R=43.26%
G=20.36%
B=36.39%

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
Decimal1708014300.530.160.333183649.02
HexAA508F035102113e2431
Octal25212021706520414764461
Binary10101010101000010001111011010110000100001100111110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA508F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA508F; }

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

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

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

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

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

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

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

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