Shades of Jazzberry Jam #A10256
Tints of Jazzberry Jam #A10256
RGB
CMYK
RGB Variations
Color information
#A10256 (or 0xA10256) is known color: Jazzberry Jam. HEX triplet: A1, 02 and 56. RGB value is (161,2,86). Sum of RGB (Red+Green+Blue) = 161+2+86=249 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.66% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 161 - color contains mainly: red. Hex color #A10256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10256 is #5EFDA9. Grayscale: #3A3A3A. Windows color (decimal): -6225322 or 5636769. OLE color: 5636769.
HSL color Cylindrical-coordinate representation of color #A10256: hue angle of 328.3º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A10256 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.37 |
| HSL | 328.3º | 0.98% | 0.32% | - |
| HSV(B) | 328.3º | 0.99% | 0.63% | - |
| XYZ | 16.4 | 8.29 | 9.54 | - |
| YUV | 59.12 | 143.18 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 86 | 0 | 0.99 | 0.47 | 0.37 | 328.3 | 0.98 | 0.32 |
| Hex | A1 | 2 | 56 | 0 | 63 | 2F | 25 | 148 | 62 | 20 |
| Octal | 241 | 2 | 126 | 0 | 143 | 57 | 45 | 510 | 142 | 40 |
| Binary | 10100001 | 10 | 1010110 | 0 | 1100011 | 101111 | 100101 | 101001000 | 1100010 | 100000 |
Color Harmonies of #A10256
Complementary color
Monochromatic Colors of #A10256
Black with #A10256
Text Example
Text Example
White with #A10256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10256; }
p { color: rgb(161,2,86); }
H1.HeaderClassName
{
color: #A10256;
}
.AnyTagClassName
{
color: #A10256;
}
</style>
background-color css
<style>
a { background-color: #A10256; }
a { background-color: rgb(161,2,86); }
div.DivClassName
{
background-color: #A10256;
}
.BgClassName
{
background-color: #A10256;
}
</style>
border-color css
<style>
span { border-color: #A10256; }
span { border-color: rgb(161,2,86); }
td.TdClassName
{
border-color: #A10256;
}
.TagClassName
{
border-color: #A10256;
}
</style>