Shades of Jazzberry Jam #A00F61
Tints of Jazzberry Jam #A00F61
RGB
CMYK
RGB Variations
Color information
#A00F61 (or 0xA00F61) is known color: Jazzberry Jam. HEX triplet: A0, 0F and 61. RGB value is (160,15,97). Sum of RGB (Red+Green+Blue) = 160+15+97=272 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.82% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00F61 is #5FF09E. Grayscale: #434343. Windows color (decimal): -6287519 or 6360992. OLE color: 6360992.
HSL color Cylindrical-coordinate representation of color #A00F61: hue angle of 326.07º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F61 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 15 | 97 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.37 |
| HSL | 326.07º | 0.83% | 0.34% | - |
| HSV(B) | 326.07º | 0.91% | 0.63% | - |
| XYZ | 16.83 | 8.68 | 12.1 | - |
| YUV | 67.7 | 144.54 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 97 | 0 | 0.91 | 0.39 | 0.37 | 326.07 | 0.83 | 0.34 |
| Hex | A0 | F | 61 | 0 | 5B | 27 | 25 | 146 | 53 | 22 |
| Octal | 240 | 17 | 141 | 0 | 133 | 47 | 45 | 506 | 123 | 42 |
| Binary | 10100000 | 1111 | 1100001 | 0 | 1011011 | 100111 | 100101 | 101000110 | 1010011 | 100010 |
Color Harmonies of #A00F61
Complementary color
Monochromatic Colors of #A00F61
Black with #A00F61
Text Example
Text Example
White with #A00F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00F61; }
p { color: rgb(160,15,97); }
H1.HeaderClassName
{
color: #A00F61;
}
.AnyTagClassName
{
color: #A00F61;
}
</style>
background-color css
<style>
a { background-color: #A00F61; }
a { background-color: rgb(160,15,97); }
div.DivClassName
{
background-color: #A00F61;
}
.BgClassName
{
background-color: #A00F61;
}
</style>
border-color css
<style>
span { border-color: #A00F61; }
span { border-color: rgb(160,15,97); }
td.TdClassName
{
border-color: #A00F61;
}
.TagClassName
{
border-color: #A00F61;
}
</style>