Shades of Jazzberry Jam #A91369
Tints of Jazzberry Jam #A91369
RGB
CMYK
RGB Variations
Color information
#A91369 (or 0xA91369) is known color: Jazzberry Jam. HEX triplet: A9, 13 and 69. RGB value is (169,19,105). Sum of RGB (Red+Green+Blue) = 169+19+105=293 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.68% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 169 - color contains mainly: red. Hex color #A91369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91369 is #56EC96. Grayscale: #494949. Windows color (decimal): -5696663 or 6886313. OLE color: 6886313.
HSL color Cylindrical-coordinate representation of color #A91369: hue angle of 325.6º 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 #A91369 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 19 | 105 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.34 |
| HSL | 325.6º | 0.8% | 0.37% | - |
| HSV(B) | 325.6º | 0.89% | 0.66% | - |
| XYZ | 19.14 | 9.92 | 14.27 | - |
| YUV | 73.65 | 145.7 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 105 | 0 | 0.89 | 0.38 | 0.34 | 325.6 | 0.8 | 0.37 |
| Hex | A9 | 13 | 69 | 0 | 59 | 26 | 22 | 146 | 50 | 25 |
| Octal | 251 | 23 | 151 | 0 | 131 | 46 | 42 | 506 | 120 | 45 |
| Binary | 10101001 | 10011 | 1101001 | 0 | 1011001 | 100110 | 100010 | 101000110 | 1010000 | 100101 |
Color Harmonies of #A91369
Complementary color
Monochromatic Colors of #A91369
Black with #A91369
Text Example
Text Example
White with #A91369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91369; }
p { color: rgb(169,19,105); }
H1.HeaderClassName
{
color: #A91369;
}
.AnyTagClassName
{
color: #A91369;
}
</style>
background-color css
<style>
a { background-color: #A91369; }
a { background-color: rgb(169,19,105); }
div.DivClassName
{
background-color: #A91369;
}
.BgClassName
{
background-color: #A91369;
}
</style>
border-color css
<style>
span { border-color: #A91369; }
span { border-color: rgb(169,19,105); }
td.TdClassName
{
border-color: #A91369;
}
.TagClassName
{
border-color: #A91369;
}
</style>