Shades of Jazzberry Jam #A80760
Tints of Jazzberry Jam #A80760
RGB
CMYK
RGB Variations
Color information
#A80760 (or 0xA80760) is known color: Jazzberry Jam. HEX triplet: A8, 07 and 60. RGB value is (168,7,96). Sum of RGB (Red+Green+Blue) = 168+7+96=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A80760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80760 is #57F89F. Grayscale: #414141. Windows color (decimal): -5765280 or 6293416. OLE color: 6293416.
HSL color Cylindrical-coordinate representation of color #A80760: hue angle of 326.83º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80760 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 7 | 96 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.34 |
| HSL | 326.83º | 0.92% | 0.34% | - |
| HSV(B) | 326.83º | 0.96% | 0.66% | - |
| XYZ | 18.34 | 9.32 | 11.9 | - |
| YUV | 65.29 | 145.34 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 7 | 96 | 0 | 0.96 | 0.43 | 0.34 | 326.83 | 0.92 | 0.34 |
| Hex | A8 | 7 | 60 | 0 | 60 | 2B | 22 | 147 | 5C | 22 |
| Octal | 250 | 7 | 140 | 0 | 140 | 53 | 42 | 507 | 134 | 42 |
| Binary | 10101000 | 111 | 1100000 | 0 | 1100000 | 101011 | 100010 | 101000111 | 1011100 | 100010 |
Color Harmonies of #A80760
Complementary color
Monochromatic Colors of #A80760
Black with #A80760
Text Example
Text Example
White with #A80760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80760; }
p { color: rgb(168,7,96); }
H1.HeaderClassName
{
color: #A80760;
}
.AnyTagClassName
{
color: #A80760;
}
</style>
background-color css
<style>
a { background-color: #A80760; }
a { background-color: rgb(168,7,96); }
div.DivClassName
{
background-color: #A80760;
}
.BgClassName
{
background-color: #A80760;
}
</style>
border-color css
<style>
span { border-color: #A80760; }
span { border-color: rgb(168,7,96); }
td.TdClassName
{
border-color: #A80760;
}
.TagClassName
{
border-color: #A80760;
}
</style>