Shades of Jazzberry Jam #A91667
Tints of Jazzberry Jam #A91667
RGB
CMYK
RGB Variations
Color information
#A91667 (or 0xA91667) is known color: Jazzberry Jam. HEX triplet: A9, 16 and 67. RGB value is (169,22,103). Sum of RGB (Red+Green+Blue) = 169+22+103=294 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.48% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 169 - color contains mainly: red. Hex color #A91667 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91667 is #56E998. Grayscale: #4B4B4B. Windows color (decimal): -5695897 or 6756009. OLE color: 6756009.
HSL color Cylindrical-coordinate representation of color #A91667: hue angle of 326.94º 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 #A91667 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 22 | 103 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.34 |
| HSL | 326.94º | 0.77% | 0.37% | - |
| HSV(B) | 326.94º | 0.87% | 0.66% | - |
| XYZ | 19.1 | 9.99 | 13.75 | - |
| YUV | 75.19 | 143.7 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 22 | 103 | 0 | 0.87 | 0.39 | 0.34 | 326.94 | 0.77 | 0.37 |
| Hex | A9 | 16 | 67 | 0 | 57 | 27 | 22 | 147 | 4D | 25 |
| Octal | 251 | 26 | 147 | 0 | 127 | 47 | 42 | 507 | 115 | 45 |
| Binary | 10101001 | 10110 | 1100111 | 0 | 1010111 | 100111 | 100010 | 101000111 | 1001101 | 100101 |
Color Harmonies of #A91667
Complementary color
Monochromatic Colors of #A91667
Black with #A91667
Text Example
Text Example
White with #A91667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91667; }
p { color: rgb(169,22,103); }
H1.HeaderClassName
{
color: #A91667;
}
.AnyTagClassName
{
color: #A91667;
}
</style>
background-color css
<style>
a { background-color: #A91667; }
a { background-color: rgb(169,22,103); }
div.DivClassName
{
background-color: #A91667;
}
.BgClassName
{
background-color: #A91667;
}
</style>
border-color css
<style>
span { border-color: #A91667; }
span { border-color: rgb(169,22,103); }
td.TdClassName
{
border-color: #A91667;
}
.TagClassName
{
border-color: #A91667;
}
</style>