Shades of Jazzberry Jam #A01960
Tints of Jazzberry Jam #A01960
RGB
CMYK
RGB Variations
Color information
#A01960 (or 0xA01960) is known color: Jazzberry Jam. HEX triplet: A0, 19 and 60. RGB value is (160,25,96). Sum of RGB (Red+Green+Blue) = 160+25+96=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A01960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01960 is #5FE69F. Grayscale: #494949. Windows color (decimal): -6284960 or 6298016. OLE color: 6298016.
HSL color Cylindrical-coordinate representation of color #A01960: hue angle of 328.44º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01960 is Cyan = 0, Magento = 0.84, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 96 | - |
| CMYK | 0 | 0.84 | 0.4 | 0.37 |
| HSL | 328.44º | 0.73% | 0.36% | - |
| HSV(B) | 328.44º | 0.84% | 0.63% | - |
| XYZ | 16.96 | 9.01 | 11.91 | - |
| YUV | 73.46 | 140.73 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 96 | 0 | 0.84 | 0.4 | 0.37 | 328.44 | 0.73 | 0.36 |
| Hex | A0 | 19 | 60 | 0 | 54 | 28 | 25 | 148 | 49 | 24 |
| Octal | 240 | 31 | 140 | 0 | 124 | 50 | 45 | 510 | 111 | 44 |
| Binary | 10100000 | 11001 | 1100000 | 0 | 1010100 | 101000 | 100101 | 101001000 | 1001001 | 100100 |
Color Harmonies of #A01960
Complementary color
Monochromatic Colors of #A01960
Black with #A01960
Text Example
Text Example
White with #A01960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01960; }
p { color: rgb(160,25,96); }
H1.HeaderClassName
{
color: #A01960;
}
.AnyTagClassName
{
color: #A01960;
}
</style>
background-color css
<style>
a { background-color: #A01960; }
a { background-color: rgb(160,25,96); }
div.DivClassName
{
background-color: #A01960;
}
.BgClassName
{
background-color: #A01960;
}
</style>
border-color css
<style>
span { border-color: #A01960; }
span { border-color: rgb(160,25,96); }
td.TdClassName
{
border-color: #A01960;
}
.TagClassName
{
border-color: #A01960;
}
</style>