Shades of Jazzberry Jam #A11A56
Tints of Jazzberry Jam #A11A56
RGB
CMYK
RGB Variations
Color information
#A11A56 (or 0xA11A56) is known color: Jazzberry Jam. HEX triplet: A1, 1A and 56. RGB value is (161,26,86). Sum of RGB (Red+Green+Blue) = 161+26+86=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11A56 is #5EE5A9. Grayscale: #494949. Windows color (decimal): -6219178 or 5642913. OLE color: 5642913.
HSL color Cylindrical-coordinate representation of color #A11A56: hue angle of 333.33º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11A56 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 86 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.37 |
| HSL | 333.33º | 0.72% | 0.37% | - |
| HSV(B) | 333.33º | 0.84% | 0.63% | - |
| XYZ | 16.75 | 8.99 | 9.66 | - |
| YUV | 73.21 | 135.23 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 86 | 0 | 0.84 | 0.47 | 0.37 | 333.33 | 0.72 | 0.37 |
| Hex | A1 | 1A | 56 | 0 | 54 | 2F | 25 | 14D | 48 | 25 |
| Octal | 241 | 32 | 126 | 0 | 124 | 57 | 45 | 515 | 110 | 45 |
| Binary | 10100001 | 11010 | 1010110 | 0 | 1010100 | 101111 | 100101 | 101001101 | 1001000 | 100101 |
Color Harmonies of #A11A56
Complementary color
Monochromatic Colors of #A11A56
Black with #A11A56
Text Example
Text Example
White with #A11A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A56; }
p { color: rgb(161,26,86); }
H1.HeaderClassName
{
color: #A11A56;
}
.AnyTagClassName
{
color: #A11A56;
}
</style>
background-color css
<style>
a { background-color: #A11A56; }
a { background-color: rgb(161,26,86); }
div.DivClassName
{
background-color: #A11A56;
}
.BgClassName
{
background-color: #A11A56;
}
</style>
border-color css
<style>
span { border-color: #A11A56; }
span { border-color: rgb(161,26,86); }
td.TdClassName
{
border-color: #A11A56;
}
.TagClassName
{
border-color: #A11A56;
}
</style>