Shades of Jazzberry Jam #A12671
Tints of Jazzberry Jam #A12671
RGB
CMYK
RGB Variations
Color information
#A12671 (or 0xA12671) is known color: Jazzberry Jam. HEX triplet: A1, 26 and 71. RGB value is (161,38,113). Sum of RGB (Red+Green+Blue) = 161+38+113=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A12671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12671 is #5ED98E. Grayscale: #535353. Windows color (decimal): -6216079 or 7415457. OLE color: 7415457.
HSL color Cylindrical-coordinate representation of color #A12671: hue angle of 323.41º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12671 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 38 | 113 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.37 |
| HSL | 323.41º | 0.62% | 0.39% | - |
| HSV(B) | 323.41º | 0.76% | 0.63% | - |
| XYZ | 18.37 | 10.16 | 16.61 | - |
| YUV | 83.33 | 144.75 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 113 | 0 | 0.76 | 0.30 | 0.37 | 323.41 | 0.62 | 0.39 |
| Hex | A1 | 26 | 71 | 0 | 4C | 1E | 25 | 143 | 3E | 27 |
| Octal | 241 | 46 | 161 | 0 | 114 | 36 | 45 | 503 | 76 | 47 |
| Binary | 10100001 | 100110 | 1110001 | 0 | 1001100 | 11110 | 100101 | 101000011 | 111110 | 100111 |
Color Harmonies of #A12671
Complementary color
Monochromatic Colors of #A12671
Black with #A12671
Text Example
Text Example
White with #A12671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12671; }
p { color: rgb(161,38,113); }
H1.HeaderClassName
{
color: #A12671;
}
.AnyTagClassName
{
color: #A12671;
}
</style>
background-color css
<style>
a { background-color: #A12671; }
a { background-color: rgb(161,38,113); }
div.DivClassName
{
background-color: #A12671;
}
.BgClassName
{
background-color: #A12671;
}
</style>
border-color css
<style>
span { border-color: #A12671; }
span { border-color: rgb(161,38,113); }
td.TdClassName
{
border-color: #A12671;
}
.TagClassName
{
border-color: #A12671;
}
</style>