Shades of Jazzberry Jam #A01963
Tints of Jazzberry Jam #A01963
RGB
CMYK
RGB Variations
Color information
#A01963 (or 0xA01963) is known color: Jazzberry Jam. HEX triplet: A0, 19 and 63. RGB value is (160,25,99). Sum of RGB (Red+Green+Blue) = 160+25+99=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A01963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01963 is #5FE69C. Grayscale: #494949. Windows color (decimal): -6284957 or 6494624. OLE color: 6494624.
HSL color Cylindrical-coordinate representation of color #A01963: hue angle of 327.11º 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 #A01963 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 99 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.37 |
| HSL | 327.11º | 0.73% | 0.36% | - |
| HSV(B) | 327.11º | 0.84% | 0.63% | - |
| XYZ | 17.1 | 9.07 | 12.65 | - |
| YUV | 73.8 | 142.23 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 99 | 0 | 0.84 | 0.38 | 0.37 | 327.11 | 0.73 | 0.36 |
| Hex | A0 | 19 | 63 | 0 | 54 | 26 | 25 | 147 | 49 | 24 |
| Octal | 240 | 31 | 143 | 0 | 124 | 46 | 45 | 507 | 111 | 44 |
| Binary | 10100000 | 11001 | 1100011 | 0 | 1010100 | 100110 | 100101 | 101000111 | 1001001 | 100100 |
Color Harmonies of #A01963
Complementary color
Monochromatic Colors of #A01963
Black with #A01963
Text Example
Text Example
White with #A01963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01963; }
p { color: rgb(160,25,99); }
H1.HeaderClassName
{
color: #A01963;
}
.AnyTagClassName
{
color: #A01963;
}
</style>
background-color css
<style>
a { background-color: #A01963; }
a { background-color: rgb(160,25,99); }
div.DivClassName
{
background-color: #A01963;
}
.BgClassName
{
background-color: #A01963;
}
</style>
border-color css
<style>
span { border-color: #A01963; }
span { border-color: rgb(160,25,99); }
td.TdClassName
{
border-color: #A01963;
}
.TagClassName
{
border-color: #A01963;
}
</style>