Shades of Mulberry #A9538F
Tints of Mulberry #A9538F
RGB
CMYK
RGB Variations
Color information
#A9538F (or 0xA9538F) is known color: Mulberry. HEX triplet: A9, 53 and 8F. RGB value is (169,83,143). Sum of RGB (Red+Green+Blue) = 169+83+143=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A9538F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9538F is #56AC70. Grayscale: #737373. Windows color (decimal): -5680241 or 9393065. OLE color: 9393065.
HSL color Cylindrical-coordinate representation of color #A9538F: hue angle of 318.14º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9538F is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 83 | 143 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.34 |
| HSL | 318.14º | 0.34% | 0.49% | - |
| HSV(B) | 318.14º | 0.51% | 0.66% | - |
| XYZ | 24.41 | 16.6 | 27.9 | - |
| YUV | 115.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 143 | 0 | 0.51 | 0.15 | 0.34 | 318.14 | 0.34 | 0.49 |
| Hex | A9 | 53 | 8F | 0 | 33 | F | 22 | 13E | 22 | 31 |
| Octal | 251 | 123 | 217 | 0 | 63 | 17 | 42 | 476 | 42 | 61 |
| Binary | 10101001 | 1010011 | 10001111 | 0 | 110011 | 1111 | 100010 | 100111110 | 100010 | 110001 |
Color Harmonies of #A9538F
Complementary color
Monochromatic Colors of #A9538F
Black with #A9538F
Text Example
Text Example
White with #A9538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9538F; }
p { color: rgb(169,83,143); }
H1.HeaderClassName
{
color: #A9538F;
}
.AnyTagClassName
{
color: #A9538F;
}
</style>
background-color css
<style>
a { background-color: #A9538F; }
a { background-color: rgb(169,83,143); }
div.DivClassName
{
background-color: #A9538F;
}
.BgClassName
{
background-color: #A9538F;
}
</style>
border-color css
<style>
span { border-color: #A9538F; }
span { border-color: rgb(169,83,143); }
td.TdClassName
{
border-color: #A9538F;
}
.TagClassName
{
border-color: #A9538F;
}
</style>