Shades of Jazzberry Jam #A91A5E
Tints of Jazzberry Jam #A91A5E
RGB
CMYK
RGB Variations
Color information
#A91A5E (or 0xA91A5E) is known color: Jazzberry Jam. HEX triplet: A9, 1A and 5E. RGB value is (169,26,94). Sum of RGB (Red+Green+Blue) = 169+26+94=289 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.48% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 169 - color contains mainly: red. Hex color #A91A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91A5E is #56E5A1. Grayscale: #4C4C4C. Windows color (decimal): -5694882 or 6167209. OLE color: 6167209.
HSL color Cylindrical-coordinate representation of color #A91A5E: hue angle of 331.47º degrees, saturation: 0.73, 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 #A91A5E is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 26 | 94 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.34 |
| HSL | 331.47º | 0.73% | 0.38% | - |
| HSV(B) | 331.47º | 0.85% | 0.66% | - |
| XYZ | 18.75 | 9.98 | 11.53 | - |
| YUV | 76.51 | 137.88 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 94 | 0 | 0.85 | 0.44 | 0.34 | 331.47 | 0.73 | 0.38 |
| Hex | A9 | 1A | 5E | 0 | 55 | 2C | 22 | 14B | 49 | 26 |
| Octal | 251 | 32 | 136 | 0 | 125 | 54 | 42 | 513 | 111 | 46 |
| Binary | 10101001 | 11010 | 1011110 | 0 | 1010101 | 101100 | 100010 | 101001011 | 1001001 | 100110 |
Color Harmonies of #A91A5E
Complementary color
Monochromatic Colors of #A91A5E
Black with #A91A5E
Text Example
Text Example
White with #A91A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91A5E; }
p { color: rgb(169,26,94); }
H1.HeaderClassName
{
color: #A91A5E;
}
.AnyTagClassName
{
color: #A91A5E;
}
</style>
background-color css
<style>
a { background-color: #A91A5E; }
a { background-color: rgb(169,26,94); }
div.DivClassName
{
background-color: #A91A5E;
}
.BgClassName
{
background-color: #A91A5E;
}
</style>
border-color css
<style>
span { border-color: #A91A5E; }
span { border-color: rgb(169,26,94); }
td.TdClassName
{
border-color: #A91A5E;
}
.TagClassName
{
border-color: #A91A5E;
}
</style>