Shades of Jazzberry Jam #A01149
Tints of Jazzberry Jam #A01149
RGB
CMYK
RGB Variations
Color information
#A01149 (or 0xA01149) is known color: Jazzberry Jam. HEX triplet: A0, 11 and 49. RGB value is (160,17,73). Sum of RGB (Red+Green+Blue) = 160+17+73=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A01149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01149 is #5FEEB6. Grayscale: #424242. Windows color (decimal): -6287031 or 4788640. OLE color: 4788640.
HSL color Cylindrical-coordinate representation of color #A01149: hue angle of 336.5º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01149 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 17 | 73 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.37 |
| HSL | 336.5º | 0.81% | 0.35% | - |
| HSV(B) | 336.5º | 0.89% | 0.63% | - |
| XYZ | 15.9 | 8.36 | 7.08 | - |
| YUV | 66.14 | 131.88 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 17 | 73 | 0 | 0.89 | 0.54 | 0.37 | 336.5 | 0.81 | 0.35 |
| Hex | A0 | 11 | 49 | 0 | 59 | 36 | 25 | 151 | 51 | 23 |
| Octal | 240 | 21 | 111 | 0 | 131 | 66 | 45 | 521 | 121 | 43 |
| Binary | 10100000 | 10001 | 1001001 | 0 | 1011001 | 110110 | 100101 | 101010001 | 1010001 | 100011 |
Color Harmonies of #A01149
Complementary color
Monochromatic Colors of #A01149
Black with #A01149
Text Example
Text Example
White with #A01149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01149; }
p { color: rgb(160,17,73); }
H1.HeaderClassName
{
color: #A01149;
}
.AnyTagClassName
{
color: #A01149;
}
</style>
background-color css
<style>
a { background-color: #A01149; }
a { background-color: rgb(160,17,73); }
div.DivClassName
{
background-color: #A01149;
}
.BgClassName
{
background-color: #A01149;
}
</style>
border-color css
<style>
span { border-color: #A01149; }
span { border-color: rgb(160,17,73); }
td.TdClassName
{
border-color: #A01149;
}
.TagClassName
{
border-color: #A01149;
}
</style>