Shades of Jazzberry Jam #A90550
Tints of Jazzberry Jam #A90550
RGB
CMYK
RGB Variations
Color information
#A90550 (or 0xA90550) is known color: Jazzberry Jam. HEX triplet: A9, 05 and 50. RGB value is (169,5,80). Sum of RGB (Red+Green+Blue) = 169+5+80=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A90550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90550 is #56FAAF. Grayscale: #3E3E3E. Windows color (decimal): -5700272 or 5244329. OLE color: 5244329.
HSL color Cylindrical-coordinate representation of color #A90550: hue angle of 332.56º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A90550 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 5 | 80 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.34 |
| HSL | 332.56º | 0.94% | 0.34% | - |
| HSV(B) | 332.56º | 0.97% | 0.66% | - |
| XYZ | 17.86 | 9.12 | 8.41 | - |
| YUV | 62.59 | 137.83 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 80 | 0 | 0.97 | 0.53 | 0.34 | 332.56 | 0.94 | 0.34 |
| Hex | A9 | 5 | 50 | 0 | 61 | 35 | 22 | 14D | 5E | 22 |
| Octal | 251 | 5 | 120 | 0 | 141 | 65 | 42 | 515 | 136 | 42 |
| Binary | 10101001 | 101 | 1010000 | 0 | 1100001 | 110101 | 100010 | 101001101 | 1011110 | 100010 |
Color Harmonies of #A90550
Complementary color
Monochromatic Colors of #A90550
Black with #A90550
Text Example
Text Example
White with #A90550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90550; }
p { color: rgb(169,5,80); }
H1.HeaderClassName
{
color: #A90550;
}
.AnyTagClassName
{
color: #A90550;
}
</style>
background-color css
<style>
a { background-color: #A90550; }
a { background-color: rgb(169,5,80); }
div.DivClassName
{
background-color: #A90550;
}
.BgClassName
{
background-color: #A90550;
}
</style>
border-color css
<style>
span { border-color: #A90550; }
span { border-color: rgb(169,5,80); }
td.TdClassName
{
border-color: #A90550;
}
.TagClassName
{
border-color: #A90550;
}
</style>