Shades of Jazzberry Jam #A00855
Tints of Jazzberry Jam #A00855
RGB
CMYK
RGB Variations
Color information
#A00855 (or 0xA00855) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 55. RGB value is (160,8,85). Sum of RGB (Red+Green+Blue) = 160+8+85=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A00855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00855 is #5FF7AA. Grayscale: #3E3E3E. Windows color (decimal): -6289323 or 5572768. OLE color: 5572768.
HSL color Cylindrical-coordinate representation of color #A00855: hue angle of 329.61º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00855 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 85 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.37 |
| HSL | 329.61º | 0.9% | 0.33% | - |
| HSV(B) | 329.61º | 0.95% | 0.63% | - |
| XYZ | 16.22 | 8.3 | 9.34 | - |
| YUV | 62.23 | 140.86 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 85 | 0 | 0.95 | 0.47 | 0.37 | 329.61 | 0.9 | 0.33 |
| Hex | A0 | 8 | 55 | 0 | 5F | 2F | 25 | 14A | 5A | 21 |
| Octal | 240 | 10 | 125 | 0 | 137 | 57 | 45 | 512 | 132 | 41 |
| Binary | 10100000 | 1000 | 1010101 | 0 | 1011111 | 101111 | 100101 | 101001010 | 1011010 | 100001 |
Color Harmonies of #A00855
Complementary color
Monochromatic Colors of #A00855
Black with #A00855
Text Example
Text Example
White with #A00855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00855; }
p { color: rgb(160,8,85); }
H1.HeaderClassName
{
color: #A00855;
}
.AnyTagClassName
{
color: #A00855;
}
</style>
background-color css
<style>
a { background-color: #A00855; }
a { background-color: rgb(160,8,85); }
div.DivClassName
{
background-color: #A00855;
}
.BgClassName
{
background-color: #A00855;
}
</style>
border-color css
<style>
span { border-color: #A00855; }
span { border-color: rgb(160,8,85); }
td.TdClassName
{
border-color: #A00855;
}
.TagClassName
{
border-color: #A00855;
}
</style>