Shades of Jazzberry Jam #A00F5F
Tints of Jazzberry Jam #A00F5F
RGB
CMYK
RGB Variations
Color information
#A00F5F (or 0xA00F5F) is known color: Jazzberry Jam. HEX triplet: A0, 0F and 5F. RGB value is (160,15,95). Sum of RGB (Red+Green+Blue) = 160+15+95=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00F5F is #5FF0A0. Grayscale: #434343. Windows color (decimal): -6287521 or 6229920. OLE color: 6229920.
HSL color Cylindrical-coordinate representation of color #A00F5F: hue angle of 326.9º 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 #A00F5F is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 15 | 95 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.37 |
| HSL | 326.9º | 0.83% | 0.34% | - |
| HSV(B) | 326.9º | 0.91% | 0.63% | - |
| XYZ | 16.73 | 8.64 | 11.61 | - |
| YUV | 67.48 | 143.54 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 95 | 0 | 0.91 | 0.41 | 0.37 | 326.9 | 0.83 | 0.34 |
| Hex | A0 | F | 5F | 0 | 5B | 29 | 25 | 147 | 53 | 22 |
| Octal | 240 | 17 | 137 | 0 | 133 | 51 | 45 | 507 | 123 | 42 |
| Binary | 10100000 | 1111 | 1011111 | 0 | 1011011 | 101001 | 100101 | 101000111 | 1010011 | 100010 |
Color Harmonies of #A00F5F
Complementary color
Monochromatic Colors of #A00F5F
Black with #A00F5F
Text Example
Text Example
White with #A00F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00F5F; }
p { color: rgb(160,15,95); }
H1.HeaderClassName
{
color: #A00F5F;
}
.AnyTagClassName
{
color: #A00F5F;
}
</style>
background-color css
<style>
a { background-color: #A00F5F; }
a { background-color: rgb(160,15,95); }
div.DivClassName
{
background-color: #A00F5F;
}
.BgClassName
{
background-color: #A00F5F;
}
</style>
border-color css
<style>
span { border-color: #A00F5F; }
span { border-color: rgb(160,15,95); }
td.TdClassName
{
border-color: #A00F5F;
}
.TagClassName
{
border-color: #A00F5F;
}
</style>