Shades of Jazzberry Jam #A1095E
Tints of Jazzberry Jam #A1095E
RGB
CMYK
RGB Variations
Color information
#A1095E (or 0xA1095E) is known color: Jazzberry Jam. HEX triplet: A1, 09 and 5E. RGB value is (161,9,94). Sum of RGB (Red+Green+Blue) = 161+9+94=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A1095E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1095E is #5EF6A1. Grayscale: #3F3F3F. Windows color (decimal): -6223522 or 6162849. OLE color: 6162849.
HSL color Cylindrical-coordinate representation of color #A1095E: hue angle of 326.45º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1095E is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 9 | 94 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.37 |
| HSL | 326.45º | 0.89% | 0.33% | - |
| HSV(B) | 326.45º | 0.94% | 0.63% | - |
| XYZ | 16.82 | 8.58 | 11.36 | - |
| YUV | 64.14 | 144.86 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 9 | 94 | 0 | 0.94 | 0.42 | 0.37 | 326.45 | 0.89 | 0.33 |
| Hex | A1 | 9 | 5E | 0 | 5E | 2A | 25 | 146 | 59 | 21 |
| Octal | 241 | 11 | 136 | 0 | 136 | 52 | 45 | 506 | 131 | 41 |
| Binary | 10100001 | 1001 | 1011110 | 0 | 1011110 | 101010 | 100101 | 101000110 | 1011001 | 100001 |
Color Harmonies of #A1095E
Complementary color
Monochromatic Colors of #A1095E
Black with #A1095E
Text Example
Text Example
White with #A1095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1095E; }
p { color: rgb(161,9,94); }
H1.HeaderClassName
{
color: #A1095E;
}
.AnyTagClassName
{
color: #A1095E;
}
</style>
background-color css
<style>
a { background-color: #A1095E; }
a { background-color: rgb(161,9,94); }
div.DivClassName
{
background-color: #A1095E;
}
.BgClassName
{
background-color: #A1095E;
}
</style>
border-color css
<style>
span { border-color: #A1095E; }
span { border-color: rgb(161,9,94); }
td.TdClassName
{
border-color: #A1095E;
}
.TagClassName
{
border-color: #A1095E;
}
</style>