Shades of Jazzberry Jam #A61471
Tints of Jazzberry Jam #A61471
RGB
CMYK
RGB Variations
Color information
#A61471 (or 0xA61471) is known color: Jazzberry Jam. HEX triplet: A6, 14 and 71. RGB value is (166,20,113). Sum of RGB (Red+Green+Blue) = 166+20+113=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A61471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61471 is #59EB8E. Grayscale: #4A4A4A. Windows color (decimal): -5893007 or 7410854. OLE color: 7410854.
HSL color Cylindrical-coordinate representation of color #A61471: hue angle of 321.78º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61471 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 113 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.35 |
| HSL | 321.78º | 0.78% | 0.36% | - |
| HSV(B) | 321.78º | 0.88% | 0.65% | - |
| XYZ | 18.96 | 9.8 | 16.52 | - |
| YUV | 74.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 113 | 0 | 0.88 | 0.32 | 0.35 | 321.78 | 0.78 | 0.36 |
| Hex | A6 | 14 | 71 | 0 | 58 | 20 | 23 | 142 | 4E | 24 |
| Octal | 246 | 24 | 161 | 0 | 130 | 40 | 43 | 502 | 116 | 44 |
| Binary | 10100110 | 10100 | 1110001 | 0 | 1011000 | 100000 | 100011 | 101000010 | 1001110 | 100100 |
Color Harmonies of #A61471
Complementary color
Monochromatic Colors of #A61471
Black with #A61471
Text Example
Text Example
White with #A61471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61471; }
p { color: rgb(166,20,113); }
H1.HeaderClassName
{
color: #A61471;
}
.AnyTagClassName
{
color: #A61471;
}
</style>
background-color css
<style>
a { background-color: #A61471; }
a { background-color: rgb(166,20,113); }
div.DivClassName
{
background-color: #A61471;
}
.BgClassName
{
background-color: #A61471;
}
</style>
border-color css
<style>
span { border-color: #A61471; }
span { border-color: rgb(166,20,113); }
td.TdClassName
{
border-color: #A61471;
}
.TagClassName
{
border-color: #A61471;
}
</style>