Shades of Jazzberry Jam #A81160
Tints of Jazzberry Jam #A81160
RGB
CMYK
RGB Variations
Color information
#A81160 (or 0xA81160) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 60. RGB value is (168,17,96). Sum of RGB (Red+Green+Blue) = 168+17+96=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A81160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81160 is #57EE9F. Grayscale: #464646. Windows color (decimal): -5762720 or 6295976. OLE color: 6295976.
HSL color Cylindrical-coordinate representation of color #A81160: hue angle of 328.61º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81160 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 96 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.34 |
| HSL | 328.61º | 0.82% | 0.36% | - |
| HSV(B) | 328.61º | 0.9% | 0.66% | - |
| XYZ | 18.46 | 9.57 | 11.94 | - |
| YUV | 71.16 | 142.03 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 96 | 0 | 0.90 | 0.43 | 0.34 | 328.61 | 0.82 | 0.36 |
| Hex | A8 | 11 | 60 | 0 | 5A | 2B | 22 | 149 | 52 | 24 |
| Octal | 250 | 21 | 140 | 0 | 132 | 53 | 42 | 511 | 122 | 44 |
| Binary | 10101000 | 10001 | 1100000 | 0 | 1011010 | 101011 | 100010 | 101001001 | 1010010 | 100100 |
Color Harmonies of #A81160
Complementary color
Monochromatic Colors of #A81160
Black with #A81160
Text Example
Text Example
White with #A81160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81160; }
p { color: rgb(168,17,96); }
H1.HeaderClassName
{
color: #A81160;
}
.AnyTagClassName
{
color: #A81160;
}
</style>
background-color css
<style>
a { background-color: #A81160; }
a { background-color: rgb(168,17,96); }
div.DivClassName
{
background-color: #A81160;
}
.BgClassName
{
background-color: #A81160;
}
</style>
border-color css
<style>
span { border-color: #A81160; }
span { border-color: rgb(168,17,96); }
td.TdClassName
{
border-color: #A81160;
}
.TagClassName
{
border-color: #A81160;
}
</style>