Shades of Jazzberry Jam #A91961
Tints of Jazzberry Jam #A91961
RGB
CMYK
RGB Variations
Color information
#A91961 (or 0xA91961) is known color: Jazzberry Jam. HEX triplet: A9, 19 and 61. RGB value is (169,25,97). Sum of RGB (Red+Green+Blue) = 169+25+97=291 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.08% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 169 - color contains mainly: red. Hex color #A91961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91961 is #56E69E. Grayscale: #4C4C4C. Windows color (decimal): -5695135 or 6363561. OLE color: 6363561.
HSL color Cylindrical-coordinate representation of color #A91961: hue angle of 330º 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 #A91961 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 25 | 97 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.34 |
| HSL | 330º | 0.74% | 0.38% | - |
| HSV(B) | 330º | 0.85% | 0.66% | - |
| XYZ | 18.87 | 9.99 | 12.24 | - |
| YUV | 76.26 | 139.71 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 25 | 97 | 0 | 0.85 | 0.43 | 0.34 | 330 | 0.74 | 0.38 |
| Hex | A9 | 19 | 61 | 0 | 55 | 2B | 22 | 14A | 4A | 26 |
| Octal | 251 | 31 | 141 | 0 | 125 | 53 | 42 | 512 | 112 | 46 |
| Binary | 10101001 | 11001 | 1100001 | 0 | 1010101 | 101011 | 100010 | 101001010 | 1001010 | 100110 |
Color Harmonies of #A91961
Complementary color
Monochromatic Colors of #A91961
Black with #A91961
Text Example
Text Example
White with #A91961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91961; }
p { color: rgb(169,25,97); }
H1.HeaderClassName
{
color: #A91961;
}
.AnyTagClassName
{
color: #A91961;
}
</style>
background-color css
<style>
a { background-color: #A91961; }
a { background-color: rgb(169,25,97); }
div.DivClassName
{
background-color: #A91961;
}
.BgClassName
{
background-color: #A91961;
}
</style>
border-color css
<style>
span { border-color: #A91961; }
span { border-color: rgb(169,25,97); }
td.TdClassName
{
border-color: #A91961;
}
.TagClassName
{
border-color: #A91961;
}
</style>