Shades of Jazzberry Jam #A90059
Tints of Jazzberry Jam #A90059
RGB
CMYK
RGB Variations
Color information
#A90059 (or 0xA90059) is known color: Jazzberry Jam. HEX triplet: A9, 00 and 59. RGB value is (169,0,89). Sum of RGB (Red+Green+Blue) = 169+0+89=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A90059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90059 is #56FFA6. Grayscale: #3C3C3C. Windows color (decimal): -5701543 or 5832873. OLE color: 5832873.
HSL color Cylindrical-coordinate representation of color #A90059: hue angle of 328.4º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A90059 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.47 | 0.34 |
| HSL | 328.4º | 1% | 0.33% | - |
| HSV(B) | 328.4º | 1% | 0.66% | - |
| XYZ | 18.17 | 9.16 | 10.26 | - |
| YUV | 60.68 | 143.99 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 89 | 0 | 1 | 0.47 | 0.34 | 328.4 | 1 | 0.33 |
| Hex | A9 | 0 | 59 | 0 | 64 | 2F | 22 | 148 | 64 | 21 |
| Octal | 251 | 0 | 131 | 0 | 144 | 57 | 42 | 510 | 144 | 41 |
| Binary | 10101001 | 0 | 1011001 | 0 | 1100100 | 101111 | 100010 | 101001000 | 1100100 | 100001 |
Color Harmonies of #A90059
Complementary color
Monochromatic Colors of #A90059
Black with #A90059
Text Example
Text Example
White with #A90059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90059; }
p { color: rgb(169,0,89); }
H1.HeaderClassName
{
color: #A90059;
}
.AnyTagClassName
{
color: #A90059;
}
</style>
background-color css
<style>
a { background-color: #A90059; }
a { background-color: rgb(169,0,89); }
div.DivClassName
{
background-color: #A90059;
}
.BgClassName
{
background-color: #A90059;
}
</style>
border-color css
<style>
span { border-color: #A90059; }
span { border-color: rgb(169,0,89); }
td.TdClassName
{
border-color: #A90059;
}
.TagClassName
{
border-color: #A90059;
}
</style>