Shades of Jazzberry Jam #A00965
Tints of Jazzberry Jam #A00965
RGB
CMYK
RGB Variations
Color information
#A00965 (or 0xA00965) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 65. RGB value is (160,9,101). Sum of RGB (Red+Green+Blue) = 160+9+101=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A00965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00965 is #5FF69A. Grayscale: #404040. Windows color (decimal): -6289051 or 6621600. OLE color: 6621600.
HSL color Cylindrical-coordinate representation of color #A00965: hue angle of 323.44º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00965 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 101 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.37 |
| HSL | 323.44º | 0.89% | 0.33% | - |
| HSV(B) | 323.44º | 0.94% | 0.63% | - |
| XYZ | 16.94 | 8.61 | 13.08 | - |
| YUV | 64.64 | 148.53 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 101 | 0 | 0.94 | 0.37 | 0.37 | 323.44 | 0.89 | 0.33 |
| Hex | A0 | 9 | 65 | 0 | 5E | 25 | 25 | 143 | 59 | 21 |
| Octal | 240 | 11 | 145 | 0 | 136 | 45 | 45 | 503 | 131 | 41 |
| Binary | 10100000 | 1001 | 1100101 | 0 | 1011110 | 100101 | 100101 | 101000011 | 1011001 | 100001 |
Color Harmonies of #A00965
Complementary color
Monochromatic Colors of #A00965
Black with #A00965
Text Example
Text Example
White with #A00965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00965; }
p { color: rgb(160,9,101); }
H1.HeaderClassName
{
color: #A00965;
}
.AnyTagClassName
{
color: #A00965;
}
</style>
background-color css
<style>
a { background-color: #A00965; }
a { background-color: rgb(160,9,101); }
div.DivClassName
{
background-color: #A00965;
}
.BgClassName
{
background-color: #A00965;
}
</style>
border-color css
<style>
span { border-color: #A00965; }
span { border-color: rgb(160,9,101); }
td.TdClassName
{
border-color: #A00965;
}
.TagClassName
{
border-color: #A00965;
}
</style>