Shades of Jazzberry Jam #A61261
Tints of Jazzberry Jam #A61261
RGB
CMYK
RGB Variations
Color information
#A61261 (or 0xA61261) is known color: Jazzberry Jam. HEX triplet: A6, 12 and 61. RGB value is (166,18,97). Sum of RGB (Red+Green+Blue) = 166+18+97=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A61261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61261 is #59ED9E. Grayscale: #474747. Windows color (decimal): -5893535 or 6361766. OLE color: 6361766.
HSL color Cylindrical-coordinate representation of color #A61261: hue angle of 327.97º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61261 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 18 | 97 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.35 |
| HSL | 327.97º | 0.8% | 0.36% | - |
| HSV(B) | 327.97º | 0.89% | 0.65% | - |
| XYZ | 18.1 | 9.4 | 12.17 | - |
| YUV | 71.26 | 142.53 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 18 | 97 | 0 | 0.89 | 0.42 | 0.35 | 327.97 | 0.8 | 0.36 |
| Hex | A6 | 12 | 61 | 0 | 59 | 2A | 23 | 148 | 50 | 24 |
| Octal | 246 | 22 | 141 | 0 | 131 | 52 | 43 | 510 | 120 | 44 |
| Binary | 10100110 | 10010 | 1100001 | 0 | 1011001 | 101010 | 100011 | 101001000 | 1010000 | 100100 |
Color Harmonies of #A61261
Complementary color
Monochromatic Colors of #A61261
Black with #A61261
Text Example
Text Example
White with #A61261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61261; }
p { color: rgb(166,18,97); }
H1.HeaderClassName
{
color: #A61261;
}
.AnyTagClassName
{
color: #A61261;
}
</style>
background-color css
<style>
a { background-color: #A61261; }
a { background-color: rgb(166,18,97); }
div.DivClassName
{
background-color: #A61261;
}
.BgClassName
{
background-color: #A61261;
}
</style>
border-color css
<style>
span { border-color: #A61261; }
span { border-color: rgb(166,18,97); }
td.TdClassName
{
border-color: #A61261;
}
.TagClassName
{
border-color: #A61261;
}
</style>