Shades of Jazzberry Jam #A00865
Tints of Jazzberry Jam #A00865
RGB
CMYK
RGB Variations
Color information
#A00865 (or 0xA00865) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 65. RGB value is (160,8,101). Sum of RGB (Red+Green+Blue) = 160+8+101=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A00865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00865 is #5FF79A. Grayscale: #3F3F3F. Windows color (decimal): -6289307 or 6621344. OLE color: 6621344.
HSL color Cylindrical-coordinate representation of color #A00865: hue angle of 323.29º 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 #A00865 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 101 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.37 |
| HSL | 323.29º | 0.9% | 0.33% | - |
| HSV(B) | 323.29º | 0.95% | 0.63% | - |
| XYZ | 16.93 | 8.59 | 13.08 | - |
| YUV | 64.05 | 148.86 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 101 | 0 | 0.95 | 0.37 | 0.37 | 323.29 | 0.9 | 0.33 |
| Hex | A0 | 8 | 65 | 0 | 5F | 25 | 25 | 143 | 5A | 21 |
| Octal | 240 | 10 | 145 | 0 | 137 | 45 | 45 | 503 | 132 | 41 |
| Binary | 10100000 | 1000 | 1100101 | 0 | 1011111 | 100101 | 100101 | 101000011 | 1011010 | 100001 |
Color Harmonies of #A00865
Complementary color
Monochromatic Colors of #A00865
Black with #A00865
Text Example
Text Example
White with #A00865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00865; }
p { color: rgb(160,8,101); }
H1.HeaderClassName
{
color: #A00865;
}
.AnyTagClassName
{
color: #A00865;
}
</style>
background-color css
<style>
a { background-color: #A00865; }
a { background-color: rgb(160,8,101); }
div.DivClassName
{
background-color: #A00865;
}
.BgClassName
{
background-color: #A00865;
}
</style>
border-color css
<style>
span { border-color: #A00865; }
span { border-color: rgb(160,8,101); }
td.TdClassName
{
border-color: #A00865;
}
.TagClassName
{
border-color: #A00865;
}
</style>