Shades of Jazzberry Jam #A81964
Tints of Jazzberry Jam #A81964
RGB
CMYK
RGB Variations
Color information
#A81964 (or 0xA81964) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 64. RGB value is (168,25,100). Sum of RGB (Red+Green+Blue) = 168+25+100=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A81964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81964 is #57E69B. Grayscale: #4C4C4C. Windows color (decimal): -5760668 or 6560168. OLE color: 6560168.
HSL color Cylindrical-coordinate representation of color #A81964: hue angle of 328.53º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81964 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 100 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.34 |
| HSL | 328.53º | 0.74% | 0.38% | - |
| HSV(B) | 328.53º | 0.85% | 0.66% | - |
| XYZ | 18.8 | 9.94 | 12.98 | - |
| YUV | 76.31 | 141.38 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 100 | 0 | 0.85 | 0.40 | 0.34 | 328.53 | 0.74 | 0.38 |
| Hex | A8 | 19 | 64 | 0 | 55 | 28 | 22 | 149 | 4A | 26 |
| Octal | 250 | 31 | 144 | 0 | 125 | 50 | 42 | 511 | 112 | 46 |
| Binary | 10101000 | 11001 | 1100100 | 0 | 1010101 | 101000 | 100010 | 101001001 | 1001010 | 100110 |
Color Harmonies of #A81964
Complementary color
Monochromatic Colors of #A81964
Black with #A81964
Text Example
Text Example
White with #A81964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81964; }
p { color: rgb(168,25,100); }
H1.HeaderClassName
{
color: #A81964;
}
.AnyTagClassName
{
color: #A81964;
}
</style>
background-color css
<style>
a { background-color: #A81964; }
a { background-color: rgb(168,25,100); }
div.DivClassName
{
background-color: #A81964;
}
.BgClassName
{
background-color: #A81964;
}
</style>
border-color css
<style>
span { border-color: #A81964; }
span { border-color: rgb(168,25,100); }
td.TdClassName
{
border-color: #A81964;
}
.TagClassName
{
border-color: #A81964;
}
</style>