Shades of Jazzberry Jam #A1015B
Tints of Jazzberry Jam #A1015B
RGB
CMYK
RGB Variations
Color information
#A1015B (or 0xA1015B) is known color: Jazzberry Jam. HEX triplet: A1, 01 and 5B. RGB value is (161,1,91). Sum of RGB (Red+Green+Blue) = 161+1+91=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A1015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1015B is #5EFEA4. Grayscale: #3A3A3A. Windows color (decimal): -6225573 or 5964193. OLE color: 5964193.
HSL color Cylindrical-coordinate representation of color #A1015B: hue angle of 326.25º degrees, saturation: 0.99, 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 #A1015B is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.37 |
| HSL | 326.25º | 0.99% | 0.32% | - |
| HSV(B) | 326.25º | 0.99% | 0.63% | - |
| XYZ | 16.6 | 8.35 | 10.64 | - |
| YUV | 59.1 | 146.01 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 91 | 0 | 0.99 | 0.43 | 0.37 | 326.25 | 0.99 | 0.32 |
| Hex | A1 | 1 | 5B | 0 | 63 | 2B | 25 | 146 | 63 | 20 |
| Octal | 241 | 1 | 133 | 0 | 143 | 53 | 45 | 506 | 143 | 40 |
| Binary | 10100001 | 1 | 1011011 | 0 | 1100011 | 101011 | 100101 | 101000110 | 1100011 | 100000 |
Color Harmonies of #A1015B
Complementary color
Monochromatic Colors of #A1015B
Black with #A1015B
Text Example
Text Example
White with #A1015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1015B; }
p { color: rgb(161,1,91); }
H1.HeaderClassName
{
color: #A1015B;
}
.AnyTagClassName
{
color: #A1015B;
}
</style>
background-color css
<style>
a { background-color: #A1015B; }
a { background-color: rgb(161,1,91); }
div.DivClassName
{
background-color: #A1015B;
}
.BgClassName
{
background-color: #A1015B;
}
</style>
border-color css
<style>
span { border-color: #A1015B; }
span { border-color: rgb(161,1,91); }
td.TdClassName
{
border-color: #A1015B;
}
.TagClassName
{
border-color: #A1015B;
}
</style>