Shades of Jazzberry Jam #A91279
Tints of Jazzberry Jam #A91279
RGB
CMYK
RGB Variations
Color information
#A91279 (or 0xA91279) is known color: Jazzberry Jam. HEX triplet: A9, 12 and 79. RGB value is (169,18,121). Sum of RGB (Red+Green+Blue) = 169+18+121=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A91279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91279 is #56ED86. Grayscale: #4A4A4A. Windows color (decimal): -5696903 or 7934633. OLE color: 7934633.
HSL color Cylindrical-coordinate representation of color #A91279: hue angle of 319.07º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91279 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 18 | 121 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.34 |
| HSL | 319.07º | 0.81% | 0.37% | - |
| HSV(B) | 319.07º | 0.89% | 0.66% | - |
| XYZ | 20.03 | 10.25 | 19.01 | - |
| YUV | 74.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 18 | 121 | 0 | 0.89 | 0.28 | 0.34 | 319.07 | 0.81 | 0.37 |
| Hex | A9 | 12 | 79 | 0 | 59 | 1C | 22 | 13F | 51 | 25 |
| Octal | 251 | 22 | 171 | 0 | 131 | 34 | 42 | 477 | 121 | 45 |
| Binary | 10101001 | 10010 | 1111001 | 0 | 1011001 | 11100 | 100010 | 100111111 | 1010001 | 100101 |
Color Harmonies of #A91279
Complementary color
Monochromatic Colors of #A91279
Black with #A91279
Text Example
Text Example
White with #A91279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91279; }
p { color: rgb(169,18,121); }
H1.HeaderClassName
{
color: #A91279;
}
.AnyTagClassName
{
color: #A91279;
}
</style>
background-color css
<style>
a { background-color: #A91279; }
a { background-color: rgb(169,18,121); }
div.DivClassName
{
background-color: #A91279;
}
.BgClassName
{
background-color: #A91279;
}
</style>
border-color css
<style>
span { border-color: #A91279; }
span { border-color: rgb(169,18,121); }
td.TdClassName
{
border-color: #A91279;
}
.TagClassName
{
border-color: #A91279;
}
</style>