Shades of Jazzberry Jam #A00562
Tints of Jazzberry Jam #A00562
RGB
CMYK
RGB Variations
Color information
#A00562 (or 0xA00562) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 62. RGB value is (160,5,98). Sum of RGB (Red+Green+Blue) = 160+5+98=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A00562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00562 is #5FFA9D. Grayscale: #3D3D3D. Windows color (decimal): -6290078 or 6423968. OLE color: 6423968.
HSL color Cylindrical-coordinate representation of color #A00562: hue angle of 324º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A00562 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 98 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.37 |
| HSL | 324º | 0.94% | 0.32% | - |
| HSV(B) | 324º | 0.97% | 0.63% | - |
| XYZ | 16.76 | 8.46 | 12.31 | - |
| YUV | 61.95 | 148.35 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 98 | 0 | 0.97 | 0.39 | 0.37 | 324 | 0.94 | 0.32 |
| Hex | A0 | 5 | 62 | 0 | 61 | 27 | 25 | 144 | 5E | 20 |
| Octal | 240 | 5 | 142 | 0 | 141 | 47 | 45 | 504 | 136 | 40 |
| Binary | 10100000 | 101 | 1100010 | 0 | 1100001 | 100111 | 100101 | 101000100 | 1011110 | 100000 |
Color Harmonies of #A00562
Complementary color
Monochromatic Colors of #A00562
Black with #A00562
Text Example
Text Example
White with #A00562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00562; }
p { color: rgb(160,5,98); }
H1.HeaderClassName
{
color: #A00562;
}
.AnyTagClassName
{
color: #A00562;
}
</style>
background-color css
<style>
a { background-color: #A00562; }
a { background-color: rgb(160,5,98); }
div.DivClassName
{
background-color: #A00562;
}
.BgClassName
{
background-color: #A00562;
}
</style>
border-color css
<style>
span { border-color: #A00562; }
span { border-color: rgb(160,5,98); }
td.TdClassName
{
border-color: #A00562;
}
.TagClassName
{
border-color: #A00562;
}
</style>