Shades of Jazzberry Jam #A90359
Tints of Jazzberry Jam #A90359
RGB
CMYK
RGB Variations
Color information
#A90359 (or 0xA90359) is known color: Jazzberry Jam. HEX triplet: A9, 03 and 59. RGB value is (169,3,89). Sum of RGB (Red+Green+Blue) = 169+3+89=261 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.75% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 169 - color contains mainly: red. Hex color #A90359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90359 is #56FCA6. Grayscale: #3E3E3E. Windows color (decimal): -5700775 or 5833641. OLE color: 5833641.
HSL color Cylindrical-coordinate representation of color #A90359: hue angle of 328.92º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A90359 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 3 | 89 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.34 |
| HSL | 328.92º | 0.97% | 0.34% | - |
| HSV(B) | 328.92º | 0.98% | 0.66% | - |
| XYZ | 18.2 | 9.22 | 10.27 | - |
| YUV | 62.44 | 143 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 3 | 89 | 0 | 0.98 | 0.47 | 0.34 | 328.92 | 0.97 | 0.34 |
| Hex | A9 | 3 | 59 | 0 | 62 | 2F | 22 | 149 | 61 | 22 |
| Octal | 251 | 3 | 131 | 0 | 142 | 57 | 42 | 511 | 141 | 42 |
| Binary | 10101001 | 11 | 1011001 | 0 | 1100010 | 101111 | 100010 | 101001001 | 1100001 | 100010 |
Color Harmonies of #A90359
Complementary color
Monochromatic Colors of #A90359
Black with #A90359
Text Example
Text Example
White with #A90359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90359; }
p { color: rgb(169,3,89); }
H1.HeaderClassName
{
color: #A90359;
}
.AnyTagClassName
{
color: #A90359;
}
</style>
background-color css
<style>
a { background-color: #A90359; }
a { background-color: rgb(169,3,89); }
div.DivClassName
{
background-color: #A90359;
}
.BgClassName
{
background-color: #A90359;
}
</style>
border-color css
<style>
span { border-color: #A90359; }
span { border-color: rgb(169,3,89); }
td.TdClassName
{
border-color: #A90359;
}
.TagClassName
{
border-color: #A90359;
}
</style>