Shades of Jazzberry Jam #A81771
Tints of Jazzberry Jam #A81771
RGB
CMYK
RGB Variations
Color information
#A81771 (or 0xA81771) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 71. RGB value is (168,23,113). Sum of RGB (Red+Green+Blue) = 168+23+113=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A81771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81771 is #57E88E. Grayscale: #4C4C4C. Windows color (decimal): -5761167 or 7411624. OLE color: 7411624.
HSL color Cylindrical-coordinate representation of color #A81771: hue angle of 322.76º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81771 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 113 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.34 |
| HSL | 322.76º | 0.76% | 0.37% | - |
| HSV(B) | 322.76º | 0.86% | 0.66% | - |
| XYZ | 19.44 | 10.13 | 16.55 | - |
| YUV | 76.62 | 148.54 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 113 | 0 | 0.86 | 0.33 | 0.34 | 322.76 | 0.76 | 0.37 |
| Hex | A8 | 17 | 71 | 0 | 56 | 21 | 22 | 143 | 4C | 25 |
| Octal | 250 | 27 | 161 | 0 | 126 | 41 | 42 | 503 | 114 | 45 |
| Binary | 10101000 | 10111 | 1110001 | 0 | 1010110 | 100001 | 100010 | 101000011 | 1001100 | 100101 |
Color Harmonies of #A81771
Complementary color
Monochromatic Colors of #A81771
Black with #A81771
Text Example
Text Example
White with #A81771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81771; }
p { color: rgb(168,23,113); }
H1.HeaderClassName
{
color: #A81771;
}
.AnyTagClassName
{
color: #A81771;
}
</style>
background-color css
<style>
a { background-color: #A81771; }
a { background-color: rgb(168,23,113); }
div.DivClassName
{
background-color: #A81771;
}
.BgClassName
{
background-color: #A81771;
}
</style>
border-color css
<style>
span { border-color: #A81771; }
span { border-color: rgb(168,23,113); }
td.TdClassName
{
border-color: #A81771;
}
.TagClassName
{
border-color: #A81771;
}
</style>