Shades of Jazzberry Jam #A0055B
Tints of Jazzberry Jam #A0055B
RGB
CMYK
RGB Variations
Color information
#A0055B (or 0xA0055B) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 5B. RGB value is (160,5,91). Sum of RGB (Red+Green+Blue) = 160+5+91=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A0055B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0055B is #5FFAA4. Grayscale: #3C3C3C. Windows color (decimal): -6290085 or 5965216. OLE color: 5965216.
HSL color Cylindrical-coordinate representation of color #A0055B: hue angle of 326.71º 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 #A0055B is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 91 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.37 |
| HSL | 326.71º | 0.94% | 0.32% | - |
| HSV(B) | 326.71º | 0.97% | 0.63% | - |
| XYZ | 16.44 | 8.34 | 10.64 | - |
| YUV | 61.15 | 144.85 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 91 | 0 | 0.97 | 0.43 | 0.37 | 326.71 | 0.94 | 0.32 |
| Hex | A0 | 5 | 5B | 0 | 61 | 2B | 25 | 147 | 5E | 20 |
| Octal | 240 | 5 | 133 | 0 | 141 | 53 | 45 | 507 | 136 | 40 |
| Binary | 10100000 | 101 | 1011011 | 0 | 1100001 | 101011 | 100101 | 101000111 | 1011110 | 100000 |
Color Harmonies of #A0055B
Complementary color
Monochromatic Colors of #A0055B
Black with #A0055B
Text Example
Text Example
White with #A0055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0055B; }
p { color: rgb(160,5,91); }
H1.HeaderClassName
{
color: #A0055B;
}
.AnyTagClassName
{
color: #A0055B;
}
</style>
background-color css
<style>
a { background-color: #A0055B; }
a { background-color: rgb(160,5,91); }
div.DivClassName
{
background-color: #A0055B;
}
.BgClassName
{
background-color: #A0055B;
}
</style>
border-color css
<style>
span { border-color: #A0055B; }
span { border-color: rgb(160,5,91); }
td.TdClassName
{
border-color: #A0055B;
}
.TagClassName
{
border-color: #A0055B;
}
</style>