Shades of Jazzberry Jam #A10D59
Tints of Jazzberry Jam #A10D59
RGB
CMYK
RGB Variations
Color information
#A10D59 (or 0xA10D59) is known color: Jazzberry Jam. HEX triplet: A1, 0D and 59. RGB value is (161,13,89). Sum of RGB (Red+Green+Blue) = 161+13+89=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A10D59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10D59 is #5EF2A6. Grayscale: #414141. Windows color (decimal): -6222503 or 5836193. OLE color: 5836193.
HSL color Cylindrical-coordinate representation of color #A10D59: hue angle of 329.19º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A10D59 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 13 | 89 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.37 |
| HSL | 329.19º | 0.85% | 0.34% | - |
| HSV(B) | 329.19º | 0.92% | 0.63% | - |
| XYZ | 16.65 | 8.59 | 10.23 | - |
| YUV | 65.92 | 141.03 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 13 | 89 | 0 | 0.92 | 0.45 | 0.37 | 329.19 | 0.85 | 0.34 |
| Hex | A1 | D | 59 | 0 | 5C | 2D | 25 | 149 | 55 | 22 |
| Octal | 241 | 15 | 131 | 0 | 134 | 55 | 45 | 511 | 125 | 42 |
| Binary | 10100001 | 1101 | 1011001 | 0 | 1011100 | 101101 | 100101 | 101001001 | 1010101 | 100010 |
Color Harmonies of #A10D59
Complementary color
Monochromatic Colors of #A10D59
Black with #A10D59
Text Example
Text Example
White with #A10D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10D59; }
p { color: rgb(161,13,89); }
H1.HeaderClassName
{
color: #A10D59;
}
.AnyTagClassName
{
color: #A10D59;
}
</style>
background-color css
<style>
a { background-color: #A10D59; }
a { background-color: rgb(161,13,89); }
div.DivClassName
{
background-color: #A10D59;
}
.BgClassName
{
background-color: #A10D59;
}
</style>
border-color css
<style>
span { border-color: #A10D59; }
span { border-color: rgb(161,13,89); }
td.TdClassName
{
border-color: #A10D59;
}
.TagClassName
{
border-color: #A10D59;
}
</style>