Shades of Jazzberry Jam #A91471
Tints of Jazzberry Jam #A91471
RGB
CMYK
RGB Variations
Color information
#A91471 (or 0xA91471) is known color: Jazzberry Jam. HEX triplet: A9, 14 and 71. RGB value is (169,20,113). Sum of RGB (Red+Green+Blue) = 169+20+113=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A91471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91471 is #56EB8E. Grayscale: #4A4A4A. Windows color (decimal): -5696399 or 7410857. OLE color: 7410857.
HSL color Cylindrical-coordinate representation of color #A91471: hue angle of 322.55º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91471 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 20 | 113 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.34 |
| HSL | 322.55º | 0.79% | 0.37% | - |
| HSV(B) | 322.55º | 0.88% | 0.66% | - |
| XYZ | 19.59 | 10.13 | 16.54 | - |
| YUV | 75.15 | 149.36 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 20 | 113 | 0 | 0.88 | 0.33 | 0.34 | 322.55 | 0.79 | 0.37 |
| Hex | A9 | 14 | 71 | 0 | 58 | 21 | 22 | 143 | 4F | 25 |
| Octal | 251 | 24 | 161 | 0 | 130 | 41 | 42 | 503 | 117 | 45 |
| Binary | 10101001 | 10100 | 1110001 | 0 | 1011000 | 100001 | 100010 | 101000011 | 1001111 | 100101 |
Color Harmonies of #A91471
Complementary color
Monochromatic Colors of #A91471
Black with #A91471
Text Example
Text Example
White with #A91471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91471; }
p { color: rgb(169,20,113); }
H1.HeaderClassName
{
color: #A91471;
}
.AnyTagClassName
{
color: #A91471;
}
</style>
background-color css
<style>
a { background-color: #A91471; }
a { background-color: rgb(169,20,113); }
div.DivClassName
{
background-color: #A91471;
}
.BgClassName
{
background-color: #A91471;
}
</style>
border-color css
<style>
span { border-color: #A91471; }
span { border-color: rgb(169,20,113); }
td.TdClassName
{
border-color: #A91471;
}
.TagClassName
{
border-color: #A91471;
}
</style>