Shades of Jazzberry Jam #A10356
Tints of Jazzberry Jam #A10356
RGB
CMYK
RGB Variations
Color information
#A10356 (or 0xA10356) is known color: Jazzberry Jam. HEX triplet: A1, 03 and 56. RGB value is (161,3,86). Sum of RGB (Red+Green+Blue) = 161+3+86=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A10356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10356 is #5EFCA9. Grayscale: #3B3B3B. Windows color (decimal): -6225066 or 5637025. OLE color: 5637025.
HSL color Cylindrical-coordinate representation of color #A10356: hue angle of 328.48º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10356 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.37 |
| HSL | 328.48º | 0.96% | 0.32% | - |
| HSV(B) | 328.48º | 0.98% | 0.63% | - |
| XYZ | 16.41 | 8.31 | 9.54 | - |
| YUV | 59.7 | 142.85 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 86 | 0 | 0.98 | 0.47 | 0.37 | 328.48 | 0.96 | 0.32 |
| Hex | A1 | 3 | 56 | 0 | 62 | 2F | 25 | 148 | 60 | 20 |
| Octal | 241 | 3 | 126 | 0 | 142 | 57 | 45 | 510 | 140 | 40 |
| Binary | 10100001 | 11 | 1010110 | 0 | 1100010 | 101111 | 100101 | 101001000 | 1100000 | 100000 |
Color Harmonies of #A10356
Complementary color
Monochromatic Colors of #A10356
Black with #A10356
Text Example
Text Example
White with #A10356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10356; }
p { color: rgb(161,3,86); }
H1.HeaderClassName
{
color: #A10356;
}
.AnyTagClassName
{
color: #A10356;
}
</style>
background-color css
<style>
a { background-color: #A10356; }
a { background-color: rgb(161,3,86); }
div.DivClassName
{
background-color: #A10356;
}
.BgClassName
{
background-color: #A10356;
}
</style>
border-color css
<style>
span { border-color: #A10356; }
span { border-color: rgb(161,3,86); }
td.TdClassName
{
border-color: #A10356;
}
.TagClassName
{
border-color: #A10356;
}
</style>