Shades of Jazzberry Jam #A31776
Tints of Jazzberry Jam #A31776
RGB
CMYK
RGB Variations
Color information
#A31776 (or 0xA31776) is known color: Jazzberry Jam. HEX triplet: A3, 17 and 76. RGB value is (163,23,118). Sum of RGB (Red+Green+Blue) = 163+23+118=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A31776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31776 is #5CE889. Grayscale: #4B4B4B. Windows color (decimal): -6088842 or 7739299. OLE color: 7739299.
HSL color Cylindrical-coordinate representation of color #A31776: hue angle of 319.29º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31776 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 23 | 118 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.36 |
| HSL | 319.29º | 0.75% | 0.36% | - |
| HSV(B) | 319.29º | 0.86% | 0.64% | - |
| XYZ | 18.68 | 9.71 | 18.03 | - |
| YUV | 75.69 | 151.88 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 23 | 118 | 0 | 0.86 | 0.28 | 0.36 | 319.29 | 0.75 | 0.36 |
| Hex | A3 | 17 | 76 | 0 | 56 | 1C | 24 | 13F | 4B | 24 |
| Octal | 243 | 27 | 166 | 0 | 126 | 34 | 44 | 477 | 113 | 44 |
| Binary | 10100011 | 10111 | 1110110 | 0 | 1010110 | 11100 | 100100 | 100111111 | 1001011 | 100100 |
Color Harmonies of #A31776
Complementary color
Monochromatic Colors of #A31776
Black with #A31776
Text Example
Text Example
White with #A31776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31776; }
p { color: rgb(163,23,118); }
H1.HeaderClassName
{
color: #A31776;
}
.AnyTagClassName
{
color: #A31776;
}
</style>
background-color css
<style>
a { background-color: #A31776; }
a { background-color: rgb(163,23,118); }
div.DivClassName
{
background-color: #A31776;
}
.BgClassName
{
background-color: #A31776;
}
</style>
border-color css
<style>
span { border-color: #A31776; }
span { border-color: rgb(163,23,118); }
td.TdClassName
{
border-color: #A31776;
}
.TagClassName
{
border-color: #A31776;
}
</style>