Shades of Jazzberry Jam #A81371
Tints of Jazzberry Jam #A81371
RGB
CMYK
RGB Variations
Color information
#A81371 (or 0xA81371) is known color: Jazzberry Jam. HEX triplet: A8, 13 and 71. RGB value is (168,19,113). Sum of RGB (Red+Green+Blue) = 168+19+113=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A81371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81371 is #57EC8E. Grayscale: #4A4A4A. Windows color (decimal): -5762191 or 7410600. OLE color: 7410600.
HSL color Cylindrical-coordinate representation of color #A81371: hue angle of 322.15º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81371 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 113 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.34 |
| HSL | 322.15º | 0.8% | 0.37% | - |
| HSV(B) | 322.15º | 0.89% | 0.66% | - |
| XYZ | 19.36 | 9.98 | 16.53 | - |
| YUV | 74.27 | 149.86 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 113 | 0 | 0.89 | 0.33 | 0.34 | 322.15 | 0.8 | 0.37 |
| Hex | A8 | 13 | 71 | 0 | 59 | 21 | 22 | 142 | 50 | 25 |
| Octal | 250 | 23 | 161 | 0 | 131 | 41 | 42 | 502 | 120 | 45 |
| Binary | 10101000 | 10011 | 1110001 | 0 | 1011001 | 100001 | 100010 | 101000010 | 1010000 | 100101 |
Color Harmonies of #A81371
Complementary color
Monochromatic Colors of #A81371
Black with #A81371
Text Example
Text Example
White with #A81371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81371; }
p { color: rgb(168,19,113); }
H1.HeaderClassName
{
color: #A81371;
}
.AnyTagClassName
{
color: #A81371;
}
</style>
background-color css
<style>
a { background-color: #A81371; }
a { background-color: rgb(168,19,113); }
div.DivClassName
{
background-color: #A81371;
}
.BgClassName
{
background-color: #A81371;
}
</style>
border-color css
<style>
span { border-color: #A81371; }
span { border-color: rgb(168,19,113); }
td.TdClassName
{
border-color: #A81371;
}
.TagClassName
{
border-color: #A81371;
}
</style>