Shades of Jazzberry Jam #A01567
Tints of Jazzberry Jam #A01567
RGB
CMYK
RGB Variations
Color information
#A01567 (or 0xA01567) is known color: Jazzberry Jam. HEX triplet: A0, 15 and 67. RGB value is (160,21,103). Sum of RGB (Red+Green+Blue) = 160+21+103=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A01567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01567 is #5FEA98. Grayscale: #474747. Windows color (decimal): -6285977 or 6755744. OLE color: 6755744.
HSL color Cylindrical-coordinate representation of color #A01567: hue angle of 324.6º 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 #A01567 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 103 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.37 |
| HSL | 324.6º | 0.77% | 0.35% | - |
| HSV(B) | 324.6º | 0.87% | 0.63% | - |
| XYZ | 17.21 | 8.99 | 13.66 | - |
| YUV | 71.91 | 145.55 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 103 | 0 | 0.87 | 0.36 | 0.37 | 324.6 | 0.77 | 0.35 |
| Hex | A0 | 15 | 67 | 0 | 57 | 24 | 25 | 145 | 4D | 23 |
| Octal | 240 | 25 | 147 | 0 | 127 | 44 | 45 | 505 | 115 | 43 |
| Binary | 10100000 | 10101 | 1100111 | 0 | 1010111 | 100100 | 100101 | 101000101 | 1001101 | 100011 |
Color Harmonies of #A01567
Complementary color
Monochromatic Colors of #A01567
Black with #A01567
Text Example
Text Example
White with #A01567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01567; }
p { color: rgb(160,21,103); }
H1.HeaderClassName
{
color: #A01567;
}
.AnyTagClassName
{
color: #A01567;
}
</style>
background-color css
<style>
a { background-color: #A01567; }
a { background-color: rgb(160,21,103); }
div.DivClassName
{
background-color: #A01567;
}
.BgClassName
{
background-color: #A01567;
}
</style>
border-color css
<style>
span { border-color: #A01567; }
span { border-color: rgb(160,21,103); }
td.TdClassName
{
border-color: #A01567;
}
.TagClassName
{
border-color: #A01567;
}
</style>