Shades of Jazzberry Jam #A21256
Tints of Jazzberry Jam #A21256
RGB
CMYK
RGB Variations
Color information
#A21256 (or 0xA21256) is known color: Jazzberry Jam. HEX triplet: A2, 12 and 56. RGB value is (162,18,86). Sum of RGB (Red+Green+Blue) = 162+18+86=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A21256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21256 is #5DEDA9. Grayscale: #444444. Windows color (decimal): -6155690 or 5640866. OLE color: 5640866.
HSL color Cylindrical-coordinate representation of color #A21256: hue angle of 331.67º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21256 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 86 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.36 |
| HSL | 331.67º | 0.8% | 0.35% | - |
| HSV(B) | 331.67º | 0.89% | 0.64% | - |
| XYZ | 16.8 | 8.79 | 9.61 | - |
| YUV | 68.81 | 137.71 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 86 | 0 | 0.89 | 0.47 | 0.36 | 331.67 | 0.8 | 0.35 |
| Hex | A2 | 12 | 56 | 0 | 59 | 2F | 24 | 14C | 50 | 23 |
| Octal | 242 | 22 | 126 | 0 | 131 | 57 | 44 | 514 | 120 | 43 |
| Binary | 10100010 | 10010 | 1010110 | 0 | 1011001 | 101111 | 100100 | 101001100 | 1010000 | 100011 |
Color Harmonies of #A21256
Complementary color
Monochromatic Colors of #A21256
Black with #A21256
Text Example
Text Example
White with #A21256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21256; }
p { color: rgb(162,18,86); }
H1.HeaderClassName
{
color: #A21256;
}
.AnyTagClassName
{
color: #A21256;
}
</style>
background-color css
<style>
a { background-color: #A21256; }
a { background-color: rgb(162,18,86); }
div.DivClassName
{
background-color: #A21256;
}
.BgClassName
{
background-color: #A21256;
}
</style>
border-color css
<style>
span { border-color: #A21256; }
span { border-color: rgb(162,18,86); }
td.TdClassName
{
border-color: #A21256;
}
.TagClassName
{
border-color: #A21256;
}
</style>