Shades of Jazzberry Jam #A1015E
Tints of Jazzberry Jam #A1015E
RGB
CMYK
RGB Variations
Color information
#A1015E (or 0xA1015E) is known color: Jazzberry Jam. HEX triplet: A1, 01 and 5E. RGB value is (161,1,94). Sum of RGB (Red+Green+Blue) = 161+1+94=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A1015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1015E is #5EFEA1. Grayscale: #3B3B3B. Windows color (decimal): -6225570 or 6160801. OLE color: 6160801.
HSL color Cylindrical-coordinate representation of color #A1015E: hue angle of 325.12º 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 #A1015E is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.37 |
| HSL | 325.13º | 0.99% | 0.32% | - |
| HSV(B) | 325.13º | 0.99% | 0.63% | - |
| XYZ | 16.73 | 8.41 | 11.33 | - |
| YUV | 59.44 | 147.51 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 1 | 94 | 0 | 0.99 | 0.42 | 0.37 | 325.13 | 0.99 | 0.32 |
| Hex | A1 | 1 | 5E | 0 | 63 | 2A | 25 | 145 | 63 | 20 |
| Octal | 241 | 1 | 136 | 0 | 143 | 52 | 45 | 505 | 143 | 40 |
| Binary | 10100001 | 1 | 1011110 | 0 | 1100011 | 101010 | 100101 | 101000101 | 1100011 | 100000 |
Color Harmonies of #A1015E
Complementary color
Monochromatic Colors of #A1015E
Black with #A1015E
Text Example
Text Example
White with #A1015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1015E; }
p { color: rgb(161,1,94); }
H1.HeaderClassName
{
color: #A1015E;
}
.AnyTagClassName
{
color: #A1015E;
}
</style>
background-color css
<style>
a { background-color: #A1015E; }
a { background-color: rgb(161,1,94); }
div.DivClassName
{
background-color: #A1015E;
}
.BgClassName
{
background-color: #A1015E;
}
</style>
border-color css
<style>
span { border-color: #A1015E; }
span { border-color: rgb(161,1,94); }
td.TdClassName
{
border-color: #A1015E;
}
.TagClassName
{
border-color: #A1015E;
}
</style>