Shades of Jazzberry Jam #A81170
Tints of Jazzberry Jam #A81170
RGB
CMYK
RGB Variations
Color information
#A81170 (or 0xA81170) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 70. RGB value is (168,17,112). Sum of RGB (Red+Green+Blue) = 168+17+112=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A81170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81170 is #57EE8F. Grayscale: #484848. Windows color (decimal): -5762704 or 7344552. OLE color: 7344552.
HSL color Cylindrical-coordinate representation of color #A81170: hue angle of 322.25º 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 #A81170 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 112 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.34 |
| HSL | 322.25º | 0.82% | 0.36% | - |
| HSV(B) | 322.25º | 0.9% | 0.66% | - |
| XYZ | 19.27 | 9.9 | 16.22 | - |
| YUV | 72.98 | 150.03 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 112 | 0 | 0.90 | 0.33 | 0.34 | 322.25 | 0.82 | 0.36 |
| Hex | A8 | 11 | 70 | 0 | 5A | 21 | 22 | 142 | 52 | 24 |
| Octal | 250 | 21 | 160 | 0 | 132 | 41 | 42 | 502 | 122 | 44 |
| Binary | 10101000 | 10001 | 1110000 | 0 | 1011010 | 100001 | 100010 | 101000010 | 1010010 | 100100 |
Color Harmonies of #A81170
Complementary color
Monochromatic Colors of #A81170
Black with #A81170
Text Example
Text Example
White with #A81170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81170; }
p { color: rgb(168,17,112); }
H1.HeaderClassName
{
color: #A81170;
}
.AnyTagClassName
{
color: #A81170;
}
</style>
background-color css
<style>
a { background-color: #A81170; }
a { background-color: rgb(168,17,112); }
div.DivClassName
{
background-color: #A81170;
}
.BgClassName
{
background-color: #A81170;
}
</style>
border-color css
<style>
span { border-color: #A81170; }
span { border-color: rgb(168,17,112); }
td.TdClassName
{
border-color: #A81170;
}
.TagClassName
{
border-color: #A81170;
}
</style>