Shades of Jazzberry Jam #A81071
Tints of Jazzberry Jam #A81071
RGB
CMYK
RGB Variations
Color information
#A81071 (or 0xA81071) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 71. RGB value is (168,16,113). Sum of RGB (Red+Green+Blue) = 168+16+113=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A81071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81071 is #57EF8E. Grayscale: #484848. Windows color (decimal): -5762959 or 7409832. OLE color: 7409832.
HSL color Cylindrical-coordinate representation of color #A81071: hue angle of 321.71º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81071 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 113 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.34 |
| HSL | 321.71º | 0.83% | 0.36% | - |
| HSV(B) | 321.71º | 0.9% | 0.66% | - |
| XYZ | 19.31 | 9.89 | 16.51 | - |
| YUV | 72.51 | 150.86 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 113 | 0 | 0.90 | 0.33 | 0.34 | 321.71 | 0.83 | 0.36 |
| Hex | A8 | 10 | 71 | 0 | 5A | 21 | 22 | 142 | 53 | 24 |
| Octal | 250 | 20 | 161 | 0 | 132 | 41 | 42 | 502 | 123 | 44 |
| Binary | 10101000 | 10000 | 1110001 | 0 | 1011010 | 100001 | 100010 | 101000010 | 1010011 | 100100 |
Color Harmonies of #A81071
Complementary color
Monochromatic Colors of #A81071
Black with #A81071
Text Example
Text Example
White with #A81071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81071; }
p { color: rgb(168,16,113); }
H1.HeaderClassName
{
color: #A81071;
}
.AnyTagClassName
{
color: #A81071;
}
</style>
background-color css
<style>
a { background-color: #A81071; }
a { background-color: rgb(168,16,113); }
div.DivClassName
{
background-color: #A81071;
}
.BgClassName
{
background-color: #A81071;
}
</style>
border-color css
<style>
span { border-color: #A81071; }
span { border-color: rgb(168,16,113); }
td.TdClassName
{
border-color: #A81071;
}
.TagClassName
{
border-color: #A81071;
}
</style>