#A9508F

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

Shades of Mulberry #A9508F

Tints of Mulberry #A9508F

Color information

#A9508F (or 0xA9508F) is unknown color: approx Mulberry. HEX triplet: A9, 50 and 8F. RGB value is (169,80,143). Sum of RGB (Red+Green+Blue) = 169+80+143=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A9508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9508F is #56AF70. Grayscale: #717171. Windows color (decimal): -5681009 or 9392297. OLE color: 9392297.

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

Color convert

RGB16980143-
CMYK00.530.150.34
HSL317.53º35.74%48.82%-
HSV(B)317.53º52.66%66.27%-
XYZ24.1916.1627.83-
YUV113.79144.49167.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 80 (31.64% from 255) = 20.41%
BLUE value IS 143 (56.25% from 255) = 36.48%
R=43.11%
G=20.41%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698014300.530.150.34317.5335.7448.82
HexA9508F035F2213e2431
Octal25112021706517424764461
Binary1010100110100001000111101101011111100010100111110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9508F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9508F; }

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

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

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

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

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

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

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

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