Shades of Jazzberry Jam #A00957
Tints of Jazzberry Jam #A00957
RGB
CMYK
RGB Variations
Color information
#A00957 (or 0xA00957) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 57. RGB value is (160,9,87). Sum of RGB (Red+Green+Blue) = 160+9+87=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A00957 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00957 is #5FF6A8. Grayscale: #3E3E3E. Windows color (decimal): -6289065 or 5704096. OLE color: 5704096.
HSL color Cylindrical-coordinate representation of color #A00957: hue angle of 329.01º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00957 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 87 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.37 |
| HSL | 329.01º | 0.89% | 0.33% | - |
| HSV(B) | 329.01º | 0.94% | 0.63% | - |
| XYZ | 16.32 | 8.36 | 9.77 | - |
| YUV | 63.04 | 141.53 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 87 | 0 | 0.94 | 0.46 | 0.37 | 329.01 | 0.89 | 0.33 |
| Hex | A0 | 9 | 57 | 0 | 5E | 2E | 25 | 149 | 59 | 21 |
| Octal | 240 | 11 | 127 | 0 | 136 | 56 | 45 | 511 | 131 | 41 |
| Binary | 10100000 | 1001 | 1010111 | 0 | 1011110 | 101110 | 100101 | 101001001 | 1011001 | 100001 |
Color Harmonies of #A00957
Complementary color
Monochromatic Colors of #A00957
Black with #A00957
Text Example
Text Example
White with #A00957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00957; }
p { color: rgb(160,9,87); }
H1.HeaderClassName
{
color: #A00957;
}
.AnyTagClassName
{
color: #A00957;
}
</style>
background-color css
<style>
a { background-color: #A00957; }
a { background-color: rgb(160,9,87); }
div.DivClassName
{
background-color: #A00957;
}
.BgClassName
{
background-color: #A00957;
}
</style>
border-color css
<style>
span { border-color: #A00957; }
span { border-color: rgb(160,9,87); }
td.TdClassName
{
border-color: #A00957;
}
.TagClassName
{
border-color: #A00957;
}
</style>