Shades of Jazzberry Jam #A91362
Tints of Jazzberry Jam #A91362
RGB
CMYK
RGB Variations
Color information
#A91362 (or 0xA91362) is known color: Jazzberry Jam. HEX triplet: A9, 13 and 62. RGB value is (169,19,98). Sum of RGB (Red+Green+Blue) = 169+19+98=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A91362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91362 is #56EC9D. Grayscale: #484848. Windows color (decimal): -5696670 or 6427561. OLE color: 6427561.
HSL color Cylindrical-coordinate representation of color #A91362: hue angle of 328.4º 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 #A91362 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 19 | 98 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.34 |
| HSL | 328.4º | 0.8% | 0.37% | - |
| HSV(B) | 328.4º | 0.89% | 0.66% | - |
| XYZ | 18.8 | 9.78 | 12.45 | - |
| YUV | 72.86 | 142.2 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 98 | 0 | 0.89 | 0.42 | 0.34 | 328.4 | 0.8 | 0.37 |
| Hex | A9 | 13 | 62 | 0 | 59 | 2A | 22 | 148 | 50 | 25 |
| Octal | 251 | 23 | 142 | 0 | 131 | 52 | 42 | 510 | 120 | 45 |
| Binary | 10101001 | 10011 | 1100010 | 0 | 1011001 | 101010 | 100010 | 101001000 | 1010000 | 100101 |
Color Harmonies of #A91362
Complementary color
Monochromatic Colors of #A91362
Black with #A91362
Text Example
Text Example
White with #A91362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91362; }
p { color: rgb(169,19,98); }
H1.HeaderClassName
{
color: #A91362;
}
.AnyTagClassName
{
color: #A91362;
}
</style>
background-color css
<style>
a { background-color: #A91362; }
a { background-color: rgb(169,19,98); }
div.DivClassName
{
background-color: #A91362;
}
.BgClassName
{
background-color: #A91362;
}
</style>
border-color css
<style>
span { border-color: #A91362; }
span { border-color: rgb(169,19,98); }
td.TdClassName
{
border-color: #A91362;
}
.TagClassName
{
border-color: #A91362;
}
</style>