Shades of Jazzberry Jam #A01550
Tints of Jazzberry Jam #A01550
RGB
CMYK
RGB Variations
Color information
#A01550 (or 0xA01550) is known color: Jazzberry Jam. HEX triplet: A0, 15 and 50. RGB value is (160,21,80). Sum of RGB (Red+Green+Blue) = 160+21+80=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A01550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01550 is #5FEAAF. Grayscale: #454545. Windows color (decimal): -6286000 or 5248416. OLE color: 5248416.
HSL color Cylindrical-coordinate representation of color #A01550: hue angle of 334.53º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01550 is Cyan = 0, Magento = 0.87, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 80 | - |
| CMYK | 0 | 0.87 | 0.5 | 0.37 |
| HSL | 334.53º | 0.77% | 0.35% | - |
| HSV(B) | 334.53º | 0.87% | 0.63% | - |
| XYZ | 16.21 | 8.59 | 8.39 | - |
| YUV | 69.29 | 134.05 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 80 | 0 | 0.87 | 0.5 | 0.37 | 334.53 | 0.77 | 0.35 |
| Hex | A0 | 15 | 50 | 0 | 57 | 32 | 25 | 14F | 4D | 23 |
| Octal | 240 | 25 | 120 | 0 | 127 | 62 | 45 | 517 | 115 | 43 |
| Binary | 10100000 | 10101 | 1010000 | 0 | 1010111 | 110010 | 100101 | 101001111 | 1001101 | 100011 |
Color Harmonies of #A01550
Complementary color
Monochromatic Colors of #A01550
Black with #A01550
Text Example
Text Example
White with #A01550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01550; }
p { color: rgb(160,21,80); }
H1.HeaderClassName
{
color: #A01550;
}
.AnyTagClassName
{
color: #A01550;
}
</style>
background-color css
<style>
a { background-color: #A01550; }
a { background-color: rgb(160,21,80); }
div.DivClassName
{
background-color: #A01550;
}
.BgClassName
{
background-color: #A01550;
}
</style>
border-color css
<style>
span { border-color: #A01550; }
span { border-color: rgb(160,21,80); }
td.TdClassName
{
border-color: #A01550;
}
.TagClassName
{
border-color: #A01550;
}
</style>