Shades of Jazzberry Jam #A11459
Tints of Jazzberry Jam #A11459
RGB
CMYK
RGB Variations
Color information
#A11459 (or 0xA11459) is known color: Jazzberry Jam. HEX triplet: A1, 14 and 59. RGB value is (161,20,89). Sum of RGB (Red+Green+Blue) = 161+20+89=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A11459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11459 is #5EEBA6. Grayscale: #454545. Windows color (decimal): -6220711 or 5837985. OLE color: 5837985.
HSL color Cylindrical-coordinate representation of color #A11459: hue angle of 330.64º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11459 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 89 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.37 |
| HSL | 330.64º | 0.78% | 0.35% | - |
| HSV(B) | 330.64º | 0.88% | 0.63% | - |
| XYZ | 16.75 | 8.8 | 10.27 | - |
| YUV | 70.03 | 138.71 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 89 | 0 | 0.88 | 0.45 | 0.37 | 330.64 | 0.78 | 0.35 |
| Hex | A1 | 14 | 59 | 0 | 58 | 2D | 25 | 14B | 4E | 23 |
| Octal | 241 | 24 | 131 | 0 | 130 | 55 | 45 | 513 | 116 | 43 |
| Binary | 10100001 | 10100 | 1011001 | 0 | 1011000 | 101101 | 100101 | 101001011 | 1001110 | 100011 |
Color Harmonies of #A11459
Complementary color
Monochromatic Colors of #A11459
Black with #A11459
Text Example
Text Example
White with #A11459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11459; }
p { color: rgb(161,20,89); }
H1.HeaderClassName
{
color: #A11459;
}
.AnyTagClassName
{
color: #A11459;
}
</style>
background-color css
<style>
a { background-color: #A11459; }
a { background-color: rgb(161,20,89); }
div.DivClassName
{
background-color: #A11459;
}
.BgClassName
{
background-color: #A11459;
}
</style>
border-color css
<style>
span { border-color: #A11459; }
span { border-color: rgb(161,20,89); }
td.TdClassName
{
border-color: #A11459;
}
.TagClassName
{
border-color: #A11459;
}
</style>