Shades of Jazzberry Jam #A11062
Tints of Jazzberry Jam #A11062
RGB
CMYK
RGB Variations
Color information
#A11062 (or 0xA11062) is known color: Jazzberry Jam. HEX triplet: A1, 10 and 62. RGB value is (161,16,98). Sum of RGB (Red+Green+Blue) = 161+16+98=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A11062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11062 is #5EEF9D. Grayscale: #444444. Windows color (decimal): -6221726 or 6426785. OLE color: 6426785.
HSL color Cylindrical-coordinate representation of color #A11062: hue angle of 326.07º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11062 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 98 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.37 |
| HSL | 326.07º | 0.82% | 0.35% | - |
| HSV(B) | 326.07º | 0.9% | 0.63% | - |
| XYZ | 17.09 | 8.83 | 12.36 | - |
| YUV | 68.7 | 144.54 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 98 | 0 | 0.90 | 0.39 | 0.37 | 326.07 | 0.82 | 0.35 |
| Hex | A1 | 10 | 62 | 0 | 5A | 27 | 25 | 146 | 52 | 23 |
| Octal | 241 | 20 | 142 | 0 | 132 | 47 | 45 | 506 | 122 | 43 |
| Binary | 10100001 | 10000 | 1100010 | 0 | 1011010 | 100111 | 100101 | 101000110 | 1010010 | 100011 |
Color Harmonies of #A11062
Complementary color
Monochromatic Colors of #A11062
Black with #A11062
Text Example
Text Example
White with #A11062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11062; }
p { color: rgb(161,16,98); }
H1.HeaderClassName
{
color: #A11062;
}
.AnyTagClassName
{
color: #A11062;
}
</style>
background-color css
<style>
a { background-color: #A11062; }
a { background-color: rgb(161,16,98); }
div.DivClassName
{
background-color: #A11062;
}
.BgClassName
{
background-color: #A11062;
}
</style>
border-color css
<style>
span { border-color: #A11062; }
span { border-color: rgb(161,16,98); }
td.TdClassName
{
border-color: #A11062;
}
.TagClassName
{
border-color: #A11062;
}
</style>