Shades of Jazzberry Jam #A81651
Tints of Jazzberry Jam #A81651
RGB
CMYK
RGB Variations
Color information
#A81651 (or 0xA81651) is known color: Jazzberry Jam. HEX triplet: A8, 16 and 51. RGB value is (168,22,81). Sum of RGB (Red+Green+Blue) = 168+22+81=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A81651 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81651 is #57E9AE. Grayscale: #484848. Windows color (decimal): -5761455 or 5314216. OLE color: 5314216.
HSL color Cylindrical-coordinate representation of color #A81651: hue angle of 335.75º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81651 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 81 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.34 |
| HSL | 335.75º | 0.77% | 0.37% | - |
| HSV(B) | 335.75º | 0.87% | 0.66% | - |
| XYZ | 17.92 | 9.49 | 8.67 | - |
| YUV | 72.38 | 132.87 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 81 | 0 | 0.87 | 0.52 | 0.34 | 335.75 | 0.77 | 0.37 |
| Hex | A8 | 16 | 51 | 0 | 57 | 34 | 22 | 150 | 4D | 25 |
| Octal | 250 | 26 | 121 | 0 | 127 | 64 | 42 | 520 | 115 | 45 |
| Binary | 10101000 | 10110 | 1010001 | 0 | 1010111 | 110100 | 100010 | 101010000 | 1001101 | 100101 |
Color Harmonies of #A81651
Complementary color
Monochromatic Colors of #A81651
Black with #A81651
Text Example
Text Example
White with #A81651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81651; }
p { color: rgb(168,22,81); }
H1.HeaderClassName
{
color: #A81651;
}
.AnyTagClassName
{
color: #A81651;
}
</style>
background-color css
<style>
a { background-color: #A81651; }
a { background-color: rgb(168,22,81); }
div.DivClassName
{
background-color: #A81651;
}
.BgClassName
{
background-color: #A81651;
}
</style>
border-color css
<style>
span { border-color: #A81651; }
span { border-color: rgb(168,22,81); }
td.TdClassName
{
border-color: #A81651;
}
.TagClassName
{
border-color: #A81651;
}
</style>