Shades of Jazzberry Jam #A00F51
Tints of Jazzberry Jam #A00F51
RGB
CMYK
RGB Variations
Color information
#A00F51 (or 0xA00F51) is known color: Jazzberry Jam. HEX triplet: A0, 0F and 51. RGB value is (160,15,81). Sum of RGB (Red+Green+Blue) = 160+15+81=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00F51 is #5FF0AE. Grayscale: #414141. Windows color (decimal): -6287535 or 5312416. OLE color: 5312416.
HSL color Cylindrical-coordinate representation of color #A00F51: hue angle of 332.69º 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 #A00F51 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 15 | 81 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.37 |
| HSL | 332.69º | 0.83% | 0.34% | - |
| HSV(B) | 332.69º | 0.91% | 0.63% | - |
| XYZ | 16.15 | 8.41 | 8.56 | - |
| YUV | 65.88 | 136.54 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 81 | 0 | 0.91 | 0.49 | 0.37 | 332.69 | 0.83 | 0.34 |
| Hex | A0 | F | 51 | 0 | 5B | 31 | 25 | 14D | 53 | 22 |
| Octal | 240 | 17 | 121 | 0 | 133 | 61 | 45 | 515 | 123 | 42 |
| Binary | 10100000 | 1111 | 1010001 | 0 | 1011011 | 110001 | 100101 | 101001101 | 1010011 | 100010 |
Color Harmonies of #A00F51
Complementary color
Monochromatic Colors of #A00F51
Black with #A00F51
Text Example
Text Example
White with #A00F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00F51; }
p { color: rgb(160,15,81); }
H1.HeaderClassName
{
color: #A00F51;
}
.AnyTagClassName
{
color: #A00F51;
}
</style>
background-color css
<style>
a { background-color: #A00F51; }
a { background-color: rgb(160,15,81); }
div.DivClassName
{
background-color: #A00F51;
}
.BgClassName
{
background-color: #A00F51;
}
</style>
border-color css
<style>
span { border-color: #A00F51; }
span { border-color: rgb(160,15,81); }
td.TdClassName
{
border-color: #A00F51;
}
.TagClassName
{
border-color: #A00F51;
}
</style>