Shades of Jazzberry Jam #A90157
Tints of Jazzberry Jam #A90157
RGB
CMYK
RGB Variations
Color information
#A90157 (or 0xA90157) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 57. RGB value is (169,1,87). Sum of RGB (Red+Green+Blue) = 169+1+87=257 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.76% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 169 - color contains mainly: red. Hex color #A90157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90157 is #56FEA8. Grayscale: #3C3C3C. Windows color (decimal): -5701289 or 5702057. OLE color: 5702057.
HSL color Cylindrical-coordinate representation of color #A90157: hue angle of 329.29º 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 #A90157 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 87 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.34 |
| HSL | 329.29º | 0.99% | 0.33% | - |
| HSV(B) | 329.29º | 0.99% | 0.66% | - |
| XYZ | 18.09 | 9.14 | 9.83 | - |
| YUV | 61.04 | 142.66 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 87 | 0 | 0.99 | 0.49 | 0.34 | 329.29 | 0.99 | 0.33 |
| Hex | A9 | 1 | 57 | 0 | 63 | 31 | 22 | 149 | 63 | 21 |
| Octal | 251 | 1 | 127 | 0 | 143 | 61 | 42 | 511 | 143 | 41 |
| Binary | 10101001 | 1 | 1010111 | 0 | 1100011 | 110001 | 100010 | 101001001 | 1100011 | 100001 |
Color Harmonies of #A90157
Complementary color
Monochromatic Colors of #A90157
Black with #A90157
Text Example
Text Example
White with #A90157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90157; }
p { color: rgb(169,1,87); }
H1.HeaderClassName
{
color: #A90157;
}
.AnyTagClassName
{
color: #A90157;
}
</style>
background-color css
<style>
a { background-color: #A90157; }
a { background-color: rgb(169,1,87); }
div.DivClassName
{
background-color: #A90157;
}
.BgClassName
{
background-color: #A90157;
}
</style>
border-color css
<style>
span { border-color: #A90157; }
span { border-color: rgb(169,1,87); }
td.TdClassName
{
border-color: #A90157;
}
.TagClassName
{
border-color: #A90157;
}
</style>