#A9508E

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

Shades of Mulberry #A9508E

Tints of Mulberry #A9508E

Color information

#A9508E (or 0xA9508E) is unknown color: approx Mulberry. HEX triplet: A9, 50 and 8E. RGB value is (169,80,142). Sum of RGB (Red+Green+Blue) = 169+80+142=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A9508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9508E is #56AF71. Grayscale: #717171. Windows color (decimal): -5681010 or 9326761. OLE color: 9326761.

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

Color convert

RGB16980142-
CMYK00.530.160.34
HSL318.2º35.74%48.82%-
HSV(B)318.2º52.66%66.27%-
XYZ24.1116.1327.43-
YUV113.68143.99167.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.22%
GREEN value IS 80 (31.64% from 255) = 20.46%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=43.22%
G=20.46%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698014200.530.160.34318.235.7448.82
HexA9508E035102213e2431
Octal25112021606520424764461
Binary10101001101000010001110011010110000100010100111110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9508E; }

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

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

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

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

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

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

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

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