Shades of Jazzberry Jam #A91967
Tints of Jazzberry Jam #A91967
RGB
CMYK
RGB Variations
Color information
#A91967 (or 0xA91967) is known color: Jazzberry Jam. HEX triplet: A9, 19 and 67. RGB value is (169,25,103). Sum of RGB (Red+Green+Blue) = 169+25+103=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A91967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91967 is #56E698. Grayscale: #4C4C4C. Windows color (decimal): -5695129 or 6756777. OLE color: 6756777.
HSL color Cylindrical-coordinate representation of color #A91967: hue angle of 327.5º 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 #A91967 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 25 | 103 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.34 |
| HSL | 327.5º | 0.74% | 0.38% | - |
| HSV(B) | 327.5º | 0.85% | 0.66% | - |
| XYZ | 19.16 | 10.11 | 13.77 | - |
| YUV | 76.95 | 142.71 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 25 | 103 | 0 | 0.85 | 0.39 | 0.34 | 327.5 | 0.74 | 0.38 |
| Hex | A9 | 19 | 67 | 0 | 55 | 27 | 22 | 148 | 4A | 26 |
| Octal | 251 | 31 | 147 | 0 | 125 | 47 | 42 | 510 | 112 | 46 |
| Binary | 10101001 | 11001 | 1100111 | 0 | 1010101 | 100111 | 100010 | 101001000 | 1001010 | 100110 |
Color Harmonies of #A91967
Complementary color
Monochromatic Colors of #A91967
Black with #A91967
Text Example
Text Example
White with #A91967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91967; }
p { color: rgb(169,25,103); }
H1.HeaderClassName
{
color: #A91967;
}
.AnyTagClassName
{
color: #A91967;
}
</style>
background-color css
<style>
a { background-color: #A91967; }
a { background-color: rgb(169,25,103); }
div.DivClassName
{
background-color: #A91967;
}
.BgClassName
{
background-color: #A91967;
}
</style>
border-color css
<style>
span { border-color: #A91967; }
span { border-color: rgb(169,25,103); }
td.TdClassName
{
border-color: #A91967;
}
.TagClassName
{
border-color: #A91967;
}
</style>