Shades of Jazzberry Jam #A00356
Tints of Jazzberry Jam #A00356
RGB
CMYK
RGB Variations
Color information
#A00356 (or 0xA00356) is known color: Jazzberry Jam. HEX triplet: A0, 03 and 56. RGB value is (160,3,86). Sum of RGB (Red+Green+Blue) = 160+3+86=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A00356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00356 is #5FFCA9. Grayscale: #3B3B3B. Windows color (decimal): -6290602 or 5637024. OLE color: 5637024.
HSL color Cylindrical-coordinate representation of color #A00356: hue angle of 328.28º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00356 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.37 |
| HSL | 328.28º | 0.96% | 0.32% | - |
| HSV(B) | 328.28º | 0.98% | 0.63% | - |
| XYZ | 16.21 | 8.21 | 9.53 | - |
| YUV | 59.41 | 143.01 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 86 | 0 | 0.98 | 0.46 | 0.37 | 328.28 | 0.96 | 0.32 |
| Hex | A0 | 3 | 56 | 0 | 62 | 2E | 25 | 148 | 60 | 20 |
| Octal | 240 | 3 | 126 | 0 | 142 | 56 | 45 | 510 | 140 | 40 |
| Binary | 10100000 | 11 | 1010110 | 0 | 1100010 | 101110 | 100101 | 101001000 | 1100000 | 100000 |
Color Harmonies of #A00356
Complementary color
Monochromatic Colors of #A00356
Black with #A00356
Text Example
Text Example
White with #A00356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00356; }
p { color: rgb(160,3,86); }
H1.HeaderClassName
{
color: #A00356;
}
.AnyTagClassName
{
color: #A00356;
}
</style>
background-color css
<style>
a { background-color: #A00356; }
a { background-color: rgb(160,3,86); }
div.DivClassName
{
background-color: #A00356;
}
.BgClassName
{
background-color: #A00356;
}
</style>
border-color css
<style>
span { border-color: #A00356; }
span { border-color: rgb(160,3,86); }
td.TdClassName
{
border-color: #A00356;
}
.TagClassName
{
border-color: #A00356;
}
</style>