Shades of Jazzberry Jam #A00945
Tints of Jazzberry Jam #A00945
RGB
CMYK
RGB Variations
Color information
#A00945 (or 0xA00945) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 45. RGB value is (160,9,69). Sum of RGB (Red+Green+Blue) = 160+9+69=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A00945 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00945 is #5FF6BA. Grayscale: #3C3C3C. Windows color (decimal): -6289083 or 4524448. OLE color: 4524448.
HSL color Cylindrical-coordinate representation of color #A00945: hue angle of 336.16º 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 #A00945 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 69 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.37 |
| HSL | 336.16º | 0.89% | 0.33% | - |
| HSV(B) | 336.16º | 0.94% | 0.63% | - |
| XYZ | 15.67 | 8.1 | 6.37 | - |
| YUV | 60.99 | 132.53 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 69 | 0 | 0.94 | 0.57 | 0.37 | 336.16 | 0.89 | 0.33 |
| Hex | A0 | 9 | 45 | 0 | 5E | 39 | 25 | 150 | 59 | 21 |
| Octal | 240 | 11 | 105 | 0 | 136 | 71 | 45 | 520 | 131 | 41 |
| Binary | 10100000 | 1001 | 1000101 | 0 | 1011110 | 111001 | 100101 | 101010000 | 1011001 | 100001 |
Color Harmonies of #A00945
Complementary color
Monochromatic Colors of #A00945
Black with #A00945
Text Example
Text Example
White with #A00945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00945; }
p { color: rgb(160,9,69); }
H1.HeaderClassName
{
color: #A00945;
}
.AnyTagClassName
{
color: #A00945;
}
</style>
background-color css
<style>
a { background-color: #A00945; }
a { background-color: rgb(160,9,69); }
div.DivClassName
{
background-color: #A00945;
}
.BgClassName
{
background-color: #A00945;
}
</style>
border-color css
<style>
span { border-color: #A00945; }
span { border-color: rgb(160,9,69); }
td.TdClassName
{
border-color: #A00945;
}
.TagClassName
{
border-color: #A00945;
}
</style>