Shades of Jazzberry Jam #A91A73
Tints of Jazzberry Jam #A91A73
RGB
CMYK
RGB Variations
Color information
#A91A73 (or 0xA91A73) is known color: Jazzberry Jam. HEX triplet: A9, 1A and 73. RGB value is (169,26,115). Sum of RGB (Red+Green+Blue) = 169+26+115=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A91A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91A73 is #56E58C. Grayscale: #4E4E4E. Windows color (decimal): -5694861 or 7543465. OLE color: 7543465.
HSL color Cylindrical-coordinate representation of color #A91A73: hue angle of 322.66º 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 #A91A73 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 26 | 115 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.34 |
| HSL | 322.66º | 0.73% | 0.38% | - |
| HSV(B) | 322.66º | 0.85% | 0.66% | - |
| XYZ | 19.83 | 10.41 | 17.18 | - |
| YUV | 78.9 | 148.38 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 115 | 0 | 0.85 | 0.32 | 0.34 | 322.66 | 0.73 | 0.38 |
| Hex | A9 | 1A | 73 | 0 | 55 | 20 | 22 | 143 | 49 | 26 |
| Octal | 251 | 32 | 163 | 0 | 125 | 40 | 42 | 503 | 111 | 46 |
| Binary | 10101001 | 11010 | 1110011 | 0 | 1010101 | 100000 | 100010 | 101000011 | 1001001 | 100110 |
Color Harmonies of #A91A73
Complementary color
Monochromatic Colors of #A91A73
Black with #A91A73
Text Example
Text Example
White with #A91A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91A73; }
p { color: rgb(169,26,115); }
H1.HeaderClassName
{
color: #A91A73;
}
.AnyTagClassName
{
color: #A91A73;
}
</style>
background-color css
<style>
a { background-color: #A91A73; }
a { background-color: rgb(169,26,115); }
div.DivClassName
{
background-color: #A91A73;
}
.BgClassName
{
background-color: #A91A73;
}
</style>
border-color css
<style>
span { border-color: #A91A73; }
span { border-color: rgb(169,26,115); }
td.TdClassName
{
border-color: #A91A73;
}
.TagClassName
{
border-color: #A91A73;
}
</style>