Shades of Jazzberry Jam #A11158
Tints of Jazzberry Jam #A11158
RGB
CMYK
RGB Variations
Color information
#A11158 (or 0xA11158) is known color: Jazzberry Jam. HEX triplet: A1, 11 and 58. RGB value is (161,17,88). Sum of RGB (Red+Green+Blue) = 161+17+88=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A11158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11158 is #5EEEA7. Grayscale: #444444. Windows color (decimal): -6221480 or 5771681. OLE color: 5771681.
HSL color Cylindrical-coordinate representation of color #A11158: hue angle of 330.42º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11158 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 88 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.37 |
| HSL | 330.42º | 0.81% | 0.35% | - |
| HSV(B) | 330.42º | 0.89% | 0.63% | - |
| XYZ | 16.66 | 8.68 | 10.03 | - |
| YUV | 68.15 | 139.21 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 88 | 0 | 0.89 | 0.45 | 0.37 | 330.42 | 0.81 | 0.35 |
| Hex | A1 | 11 | 58 | 0 | 59 | 2D | 25 | 14A | 51 | 23 |
| Octal | 241 | 21 | 130 | 0 | 131 | 55 | 45 | 512 | 121 | 43 |
| Binary | 10100001 | 10001 | 1011000 | 0 | 1011001 | 101101 | 100101 | 101001010 | 1010001 | 100011 |
Color Harmonies of #A11158
Complementary color
Monochromatic Colors of #A11158
Black with #A11158
Text Example
Text Example
White with #A11158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11158; }
p { color: rgb(161,17,88); }
H1.HeaderClassName
{
color: #A11158;
}
.AnyTagClassName
{
color: #A11158;
}
</style>
background-color css
<style>
a { background-color: #A11158; }
a { background-color: rgb(161,17,88); }
div.DivClassName
{
background-color: #A11158;
}
.BgClassName
{
background-color: #A11158;
}
</style>
border-color css
<style>
span { border-color: #A11158; }
span { border-color: rgb(161,17,88); }
td.TdClassName
{
border-color: #A11158;
}
.TagClassName
{
border-color: #A11158;
}
</style>