Shades of Jazzberry Jam #A11963
Tints of Jazzberry Jam #A11963
RGB
CMYK
RGB Variations
Color information
#A11963 (or 0xA11963) is known color: Jazzberry Jam. HEX triplet: A1, 19 and 63. RGB value is (161,25,99). Sum of RGB (Red+Green+Blue) = 161+25+99=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A11963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11963 is #5EE69C. Grayscale: #494949. Windows color (decimal): -6219421 or 6494625. OLE color: 6494625.
HSL color Cylindrical-coordinate representation of color #A11963: hue angle of 327.35º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11963 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 25 | 99 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.37 |
| HSL | 327.35º | 0.73% | 0.36% | - |
| HSV(B) | 327.35º | 0.84% | 0.63% | - |
| XYZ | 17.3 | 9.17 | 12.66 | - |
| YUV | 74.1 | 142.06 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 99 | 0 | 0.84 | 0.39 | 0.37 | 327.35 | 0.73 | 0.36 |
| Hex | A1 | 19 | 63 | 0 | 54 | 27 | 25 | 147 | 49 | 24 |
| Octal | 241 | 31 | 143 | 0 | 124 | 47 | 45 | 507 | 111 | 44 |
| Binary | 10100001 | 11001 | 1100011 | 0 | 1010100 | 100111 | 100101 | 101000111 | 1001001 | 100100 |
Color Harmonies of #A11963
Complementary color
Monochromatic Colors of #A11963
Black with #A11963
Text Example
Text Example
White with #A11963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11963; }
p { color: rgb(161,25,99); }
H1.HeaderClassName
{
color: #A11963;
}
.AnyTagClassName
{
color: #A11963;
}
</style>
background-color css
<style>
a { background-color: #A11963; }
a { background-color: rgb(161,25,99); }
div.DivClassName
{
background-color: #A11963;
}
.BgClassName
{
background-color: #A11963;
}
</style>
border-color css
<style>
span { border-color: #A11963; }
span { border-color: rgb(161,25,99); }
td.TdClassName
{
border-color: #A11963;
}
.TagClassName
{
border-color: #A11963;
}
</style>