#A9518F

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

Shades of Mulberry #A9518F

Tints of Mulberry #A9518F

Color information

#A9518F (or 0xA9518F) is unknown color: approx Mulberry. HEX triplet: A9, 51 and 8F. RGB value is (169,81,143). Sum of RGB (Red+Green+Blue) = 169+81+143=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A9518F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9518F is #56AE70. Grayscale: #727272. Windows color (decimal): -5680753 or 9392553. OLE color: 9392553.

HSL color Cylindrical-coordinate representation of color #A9518F: hue angle of 317.73º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A9518F is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB16981143-
CMYK00.520.150.34
HSL317.73º35.2%49.02%-
HSV(B)317.73º52.07%66.27%-
XYZ24.2616.327.85-
YUV114.38144.15166.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.00%
GREEN value IS 81 (32.03% from 255) = 20.61%
BLUE value IS 143 (56.25% from 255) = 36.39%
R=43.00%
G=20.61%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698114300.520.150.34317.7335.249.02
HexA9518F034F2213e2331
Octal25112121706417424764361
Binary1010100110100011000111101101001111100010100111110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9518F; }

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

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

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

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

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

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

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

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