Shades of Jazzberry Jam #A11761
Tints of Jazzberry Jam #A11761
RGB
CMYK
RGB Variations
Color information
#A11761 (or 0xA11761) is known color: Jazzberry Jam. HEX triplet: A1, 17 and 61. RGB value is (161,23,97). Sum of RGB (Red+Green+Blue) = 161+23+97=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A11761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11761 is #5EE89E. Grayscale: #484848. Windows color (decimal): -6219935 or 6363041. OLE color: 6363041.
HSL color Cylindrical-coordinate representation of color #A11761: hue angle of 327.83º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11761 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 23 | 97 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.37 |
| HSL | 327.83º | 0.75% | 0.36% | - |
| HSV(B) | 327.83º | 0.86% | 0.63% | - |
| XYZ | 17.16 | 9.05 | 12.15 | - |
| YUV | 72.7 | 141.72 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 97 | 0 | 0.86 | 0.40 | 0.37 | 327.83 | 0.75 | 0.36 |
| Hex | A1 | 17 | 61 | 0 | 56 | 28 | 25 | 148 | 4B | 24 |
| Octal | 241 | 27 | 141 | 0 | 126 | 50 | 45 | 510 | 113 | 44 |
| Binary | 10100001 | 10111 | 1100001 | 0 | 1010110 | 101000 | 100101 | 101001000 | 1001011 | 100100 |
Color Harmonies of #A11761
Complementary color
Monochromatic Colors of #A11761
Black with #A11761
Text Example
Text Example
White with #A11761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11761; }
p { color: rgb(161,23,97); }
H1.HeaderClassName
{
color: #A11761;
}
.AnyTagClassName
{
color: #A11761;
}
</style>
background-color css
<style>
a { background-color: #A11761; }
a { background-color: rgb(161,23,97); }
div.DivClassName
{
background-color: #A11761;
}
.BgClassName
{
background-color: #A11761;
}
</style>
border-color css
<style>
span { border-color: #A11761; }
span { border-color: rgb(161,23,97); }
td.TdClassName
{
border-color: #A11761;
}
.TagClassName
{
border-color: #A11761;
}
</style>