Shades of Jazzberry Jam #A80551
Tints of Jazzberry Jam #A80551
RGB
CMYK
RGB Variations
Color information
#A80551 (or 0xA80551) is known color: Jazzberry Jam. HEX triplet: A8, 05 and 51. RGB value is (168,5,81). Sum of RGB (Red+Green+Blue) = 168+5+81=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A80551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80551 is #57FAAE. Grayscale: #3E3E3E. Windows color (decimal): -5765807 or 5309864. OLE color: 5309864.
HSL color Cylindrical-coordinate representation of color #A80551: hue angle of 332.02º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A80551 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 81 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.34 |
| HSL | 332.02º | 0.94% | 0.34% | - |
| HSV(B) | 332.02º | 0.97% | 0.66% | - |
| XYZ | 17.69 | 9.03 | 8.59 | - |
| YUV | 62.4 | 138.5 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 81 | 0 | 0.97 | 0.52 | 0.34 | 332.02 | 0.94 | 0.34 |
| Hex | A8 | 5 | 51 | 0 | 61 | 34 | 22 | 14C | 5E | 22 |
| Octal | 250 | 5 | 121 | 0 | 141 | 64 | 42 | 514 | 136 | 42 |
| Binary | 10101000 | 101 | 1010001 | 0 | 1100001 | 110100 | 100010 | 101001100 | 1011110 | 100010 |
Color Harmonies of #A80551
Complementary color
Monochromatic Colors of #A80551
Black with #A80551
Text Example
Text Example
White with #A80551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80551; }
p { color: rgb(168,5,81); }
H1.HeaderClassName
{
color: #A80551;
}
.AnyTagClassName
{
color: #A80551;
}
</style>
background-color css
<style>
a { background-color: #A80551; }
a { background-color: rgb(168,5,81); }
div.DivClassName
{
background-color: #A80551;
}
.BgClassName
{
background-color: #A80551;
}
</style>
border-color css
<style>
span { border-color: #A80551; }
span { border-color: rgb(168,5,81); }
td.TdClassName
{
border-color: #A80551;
}
.TagClassName
{
border-color: #A80551;
}
</style>