Shades of Jazzberry Jam #A00159
Tints of Jazzberry Jam #A00159
RGB
CMYK
RGB Variations
Color information
#A00159 (or 0xA00159) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 59. RGB value is (160,1,89). Sum of RGB (Red+Green+Blue) = 160+1+89=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A00159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00159 is #5FFEA6. Grayscale: #3A3A3A. Windows color (decimal): -6291111 or 5833120. OLE color: 5833120.
HSL color Cylindrical-coordinate representation of color #A00159: hue angle of 326.79º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00159 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.37 |
| HSL | 326.79º | 0.99% | 0.32% | - |
| HSV(B) | 326.79º | 0.99% | 0.63% | - |
| XYZ | 16.31 | 8.22 | 10.18 | - |
| YUV | 58.57 | 145.18 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 89 | 0 | 0.99 | 0.44 | 0.37 | 326.79 | 0.99 | 0.32 |
| Hex | A0 | 1 | 59 | 0 | 63 | 2C | 25 | 147 | 63 | 20 |
| Octal | 240 | 1 | 131 | 0 | 143 | 54 | 45 | 507 | 143 | 40 |
| Binary | 10100000 | 1 | 1011001 | 0 | 1100011 | 101100 | 100101 | 101000111 | 1100011 | 100000 |
Color Harmonies of #A00159
Complementary color
Monochromatic Colors of #A00159
Black with #A00159
Text Example
Text Example
White with #A00159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00159; }
p { color: rgb(160,1,89); }
H1.HeaderClassName
{
color: #A00159;
}
.AnyTagClassName
{
color: #A00159;
}
</style>
background-color css
<style>
a { background-color: #A00159; }
a { background-color: rgb(160,1,89); }
div.DivClassName
{
background-color: #A00159;
}
.BgClassName
{
background-color: #A00159;
}
</style>
border-color css
<style>
span { border-color: #A00159; }
span { border-color: rgb(160,1,89); }
td.TdClassName
{
border-color: #A00159;
}
.TagClassName
{
border-color: #A00159;
}
</style>