Shades of Jazzberry Jam #A91374
Tints of Jazzberry Jam #A91374
RGB
CMYK
RGB Variations
Color information
#A91374 (or 0xA91374) is known color: Jazzberry Jam. HEX triplet: A9, 13 and 74. RGB value is (169,19,116). Sum of RGB (Red+Green+Blue) = 169+19+116=304 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.59% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 169 - color contains mainly: red. Hex color #A91374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91374 is #56EC8B. Grayscale: #4A4A4A. Windows color (decimal): -5696652 or 7607209. OLE color: 7607209.
HSL color Cylindrical-coordinate representation of color #A91374: hue angle of 321.2º degrees, saturation: 0.8, 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 #A91374 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 19 | 116 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.34 |
| HSL | 321.2º | 0.8% | 0.37% | - |
| HSV(B) | 321.2º | 0.89% | 0.66% | - |
| XYZ | 19.75 | 10.16 | 17.44 | - |
| YUV | 74.91 | 151.2 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 116 | 0 | 0.89 | 0.31 | 0.34 | 321.2 | 0.8 | 0.37 |
| Hex | A9 | 13 | 74 | 0 | 59 | 1F | 22 | 141 | 50 | 25 |
| Octal | 251 | 23 | 164 | 0 | 131 | 37 | 42 | 501 | 120 | 45 |
| Binary | 10101001 | 10011 | 1110100 | 0 | 1011001 | 11111 | 100010 | 101000001 | 1010000 | 100101 |
Color Harmonies of #A91374
Complementary color
Monochromatic Colors of #A91374
Black with #A91374
Text Example
Text Example
White with #A91374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91374; }
p { color: rgb(169,19,116); }
H1.HeaderClassName
{
color: #A91374;
}
.AnyTagClassName
{
color: #A91374;
}
</style>
background-color css
<style>
a { background-color: #A91374; }
a { background-color: rgb(169,19,116); }
div.DivClassName
{
background-color: #A91374;
}
.BgClassName
{
background-color: #A91374;
}
</style>
border-color css
<style>
span { border-color: #A91374; }
span { border-color: rgb(169,19,116); }
td.TdClassName
{
border-color: #A91374;
}
.TagClassName
{
border-color: #A91374;
}
</style>