Shades of Jazzberry Jam #A10847
Tints of Jazzberry Jam #A10847
RGB
CMYK
RGB Variations
Color information
#A10847 (or 0xA10847) is known color: Jazzberry Jam. HEX triplet: A1, 08 and 47. RGB value is (161,8,71). Sum of RGB (Red+Green+Blue) = 161+8+71=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A10847 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10847 is #5EF7B8. Grayscale: #3C3C3C. Windows color (decimal): -6223801 or 4655265. OLE color: 4655265.
HSL color Cylindrical-coordinate representation of color #A10847: hue angle of 335.29º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10847 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 8 | 71 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.37 |
| HSL | 335.29º | 0.91% | 0.33% | - |
| HSV(B) | 335.29º | 0.95% | 0.63% | - |
| XYZ | 15.92 | 8.21 | 6.71 | - |
| YUV | 60.93 | 133.69 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 71 | 0 | 0.95 | 0.56 | 0.37 | 335.29 | 0.91 | 0.33 |
| Hex | A1 | 8 | 47 | 0 | 5F | 38 | 25 | 14F | 5B | 21 |
| Octal | 241 | 10 | 107 | 0 | 137 | 70 | 45 | 517 | 133 | 41 |
| Binary | 10100001 | 1000 | 1000111 | 0 | 1011111 | 111000 | 100101 | 101001111 | 1011011 | 100001 |
Color Harmonies of #A10847
Complementary color
Monochromatic Colors of #A10847
Black with #A10847
Text Example
Text Example
White with #A10847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10847; }
p { color: rgb(161,8,71); }
H1.HeaderClassName
{
color: #A10847;
}
.AnyTagClassName
{
color: #A10847;
}
</style>
background-color css
<style>
a { background-color: #A10847; }
a { background-color: rgb(161,8,71); }
div.DivClassName
{
background-color: #A10847;
}
.BgClassName
{
background-color: #A10847;
}
</style>
border-color css
<style>
span { border-color: #A10847; }
span { border-color: rgb(161,8,71); }
td.TdClassName
{
border-color: #A10847;
}
.TagClassName
{
border-color: #A10847;
}
</style>