Shades of Jazzberry Jam #A21156
Tints of Jazzberry Jam #A21156
RGB
CMYK
RGB Variations
Color information
#A21156 (or 0xA21156) is known color: Jazzberry Jam. HEX triplet: A2, 11 and 56. RGB value is (162,17,86). Sum of RGB (Red+Green+Blue) = 162+17+86=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A21156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21156 is #5DEEA9. Grayscale: #444444. Windows color (decimal): -6155946 or 5640610. OLE color: 5640610.
HSL color Cylindrical-coordinate representation of color #A21156: hue angle of 331.45º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21156 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 86 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.36 |
| HSL | 331.45º | 0.81% | 0.35% | - |
| HSV(B) | 331.45º | 0.9% | 0.64% | - |
| XYZ | 16.78 | 8.75 | 9.61 | - |
| YUV | 68.22 | 138.04 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 86 | 0 | 0.90 | 0.47 | 0.36 | 331.45 | 0.81 | 0.35 |
| Hex | A2 | 11 | 56 | 0 | 5A | 2F | 24 | 14B | 51 | 23 |
| Octal | 242 | 21 | 126 | 0 | 132 | 57 | 44 | 513 | 121 | 43 |
| Binary | 10100010 | 10001 | 1010110 | 0 | 1011010 | 101111 | 100100 | 101001011 | 1010001 | 100011 |
Color Harmonies of #A21156
Complementary color
Monochromatic Colors of #A21156
Black with #A21156
Text Example
Text Example
White with #A21156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21156; }
p { color: rgb(162,17,86); }
H1.HeaderClassName
{
color: #A21156;
}
.AnyTagClassName
{
color: #A21156;
}
</style>
background-color css
<style>
a { background-color: #A21156; }
a { background-color: rgb(162,17,86); }
div.DivClassName
{
background-color: #A21156;
}
.BgClassName
{
background-color: #A21156;
}
</style>
border-color css
<style>
span { border-color: #A21156; }
span { border-color: rgb(162,17,86); }
td.TdClassName
{
border-color: #A21156;
}
.TagClassName
{
border-color: #A21156;
}
</style>