Shades of Jazzberry Jam #A10747
Tints of Jazzberry Jam #A10747
RGB
CMYK
RGB Variations
Color information
#A10747 (or 0xA10747) is known color: Jazzberry Jam. HEX triplet: A1, 07 and 47. RGB value is (161,7,71). Sum of RGB (Red+Green+Blue) = 161+7+71=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A10747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10747 is #5EF8B8. Grayscale: #3C3C3C. Windows color (decimal): -6224057 or 4655009. OLE color: 4655009.
HSL color Cylindrical-coordinate representation of color #A10747: hue angle of 335.06º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10747 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 7 | 71 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.37 |
| HSL | 335.06º | 0.92% | 0.33% | - |
| HSV(B) | 335.06º | 0.96% | 0.63% | - |
| XYZ | 15.91 | 8.18 | 6.7 | - |
| YUV | 60.34 | 134.02 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 7 | 71 | 0 | 0.96 | 0.56 | 0.37 | 335.06 | 0.92 | 0.33 |
| Hex | A1 | 7 | 47 | 0 | 60 | 38 | 25 | 14F | 5C | 21 |
| Octal | 241 | 7 | 107 | 0 | 140 | 70 | 45 | 517 | 134 | 41 |
| Binary | 10100001 | 111 | 1000111 | 0 | 1100000 | 111000 | 100101 | 101001111 | 1011100 | 100001 |
Color Harmonies of #A10747
Complementary color
Monochromatic Colors of #A10747
Black with #A10747
Text Example
Text Example
White with #A10747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10747; }
p { color: rgb(161,7,71); }
H1.HeaderClassName
{
color: #A10747;
}
.AnyTagClassName
{
color: #A10747;
}
</style>
background-color css
<style>
a { background-color: #A10747; }
a { background-color: rgb(161,7,71); }
div.DivClassName
{
background-color: #A10747;
}
.BgClassName
{
background-color: #A10747;
}
</style>
border-color css
<style>
span { border-color: #A10747; }
span { border-color: rgb(161,7,71); }
td.TdClassName
{
border-color: #A10747;
}
.TagClassName
{
border-color: #A10747;
}
</style>