Shades of Jazzberry Jam #A90156
Tints of Jazzberry Jam #A90156
RGB
CMYK
RGB Variations
Color information
#A90156 (or 0xA90156) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 56. RGB value is (169,1,86). Sum of RGB (Red+Green+Blue) = 169+1+86=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A90156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90156 is #56FEA9. Grayscale: #3C3C3C. Windows color (decimal): -5701290 or 5636521. OLE color: 5636521.
HSL color Cylindrical-coordinate representation of color #A90156: hue angle of 329.64º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90156 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 86 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.34 |
| HSL | 329.64º | 0.99% | 0.33% | - |
| HSV(B) | 329.64º | 0.99% | 0.66% | - |
| XYZ | 18.05 | 9.13 | 9.61 | - |
| YUV | 60.92 | 142.16 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 86 | 0 | 0.99 | 0.49 | 0.34 | 329.64 | 0.99 | 0.33 |
| Hex | A9 | 1 | 56 | 0 | 63 | 31 | 22 | 14A | 63 | 21 |
| Octal | 251 | 1 | 126 | 0 | 143 | 61 | 42 | 512 | 143 | 41 |
| Binary | 10101001 | 1 | 1010110 | 0 | 1100011 | 110001 | 100010 | 101001010 | 1100011 | 100001 |
Color Harmonies of #A90156
Complementary color
Monochromatic Colors of #A90156
Black with #A90156
Text Example
Text Example
White with #A90156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90156; }
p { color: rgb(169,1,86); }
H1.HeaderClassName
{
color: #A90156;
}
.AnyTagClassName
{
color: #A90156;
}
</style>
background-color css
<style>
a { background-color: #A90156; }
a { background-color: rgb(169,1,86); }
div.DivClassName
{
background-color: #A90156;
}
.BgClassName
{
background-color: #A90156;
}
</style>
border-color css
<style>
span { border-color: #A90156; }
span { border-color: rgb(169,1,86); }
td.TdClassName
{
border-color: #A90156;
}
.TagClassName
{
border-color: #A90156;
}
</style>