Shades of Jazzberry Jam #A00256
Tints of Jazzberry Jam #A00256
RGB
CMYK
RGB Variations
Color information
#A00256 (or 0xA00256) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 56. RGB value is (160,2,86). Sum of RGB (Red+Green+Blue) = 160+2+86=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A00256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00256 is #5FFDA9. Grayscale: #3A3A3A. Windows color (decimal): -6290858 or 5636768. OLE color: 5636768.
HSL color Cylindrical-coordinate representation of color #A00256: hue angle of 328.1º degrees, saturation: 0.98, 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 #A00256 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.37 |
| HSL | 328.1º | 0.98% | 0.32% | - |
| HSV(B) | 328.1º | 0.99% | 0.63% | - |
| XYZ | 16.2 | 8.19 | 9.53 | - |
| YUV | 58.82 | 143.35 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 86 | 0 | 0.99 | 0.46 | 0.37 | 328.1 | 0.98 | 0.32 |
| Hex | A0 | 2 | 56 | 0 | 63 | 2E | 25 | 148 | 62 | 20 |
| Octal | 240 | 2 | 126 | 0 | 143 | 56 | 45 | 510 | 142 | 40 |
| Binary | 10100000 | 10 | 1010110 | 0 | 1100011 | 101110 | 100101 | 101001000 | 1100010 | 100000 |
Color Harmonies of #A00256
Complementary color
Monochromatic Colors of #A00256
Black with #A00256
Text Example
Text Example
White with #A00256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00256; }
p { color: rgb(160,2,86); }
H1.HeaderClassName
{
color: #A00256;
}
.AnyTagClassName
{
color: #A00256;
}
</style>
background-color css
<style>
a { background-color: #A00256; }
a { background-color: rgb(160,2,86); }
div.DivClassName
{
background-color: #A00256;
}
.BgClassName
{
background-color: #A00256;
}
</style>
border-color css
<style>
span { border-color: #A00256; }
span { border-color: rgb(160,2,86); }
td.TdClassName
{
border-color: #A00256;
}
.TagClassName
{
border-color: #A00256;
}
</style>