Shades of Jazzberry Jam #A1256F
Tints of Jazzberry Jam #A1256F
RGB
CMYK
RGB Variations
Color information
#A1256F (or 0xA1256F) is known color: Jazzberry Jam. HEX triplet: A1, 25 and 6F. RGB value is (161,37,111). Sum of RGB (Red+Green+Blue) = 161+37+111=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A1256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1256F is #5EDA90. Grayscale: #525252. Windows color (decimal): -6216337 or 7284129. OLE color: 7284129.
HSL color Cylindrical-coordinate representation of color #A1256F: hue angle of 324.19º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1256F is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 37 | 111 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.37 |
| HSL | 324.19º | 0.63% | 0.39% | - |
| HSV(B) | 324.19º | 0.77% | 0.63% | - |
| XYZ | 18.23 | 10.05 | 16.02 | - |
| YUV | 82.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 111 | 0 | 0.77 | 0.31 | 0.37 | 324.19 | 0.63 | 0.39 |
| Hex | A1 | 25 | 6F | 0 | 4D | 1F | 25 | 144 | 3F | 27 |
| Octal | 241 | 45 | 157 | 0 | 115 | 37 | 45 | 504 | 77 | 47 |
| Binary | 10100001 | 100101 | 1101111 | 0 | 1001101 | 11111 | 100101 | 101000100 | 111111 | 100111 |
Color Harmonies of #A1256F
Complementary color
Monochromatic Colors of #A1256F
Black with #A1256F
Text Example
Text Example
White with #A1256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1256F; }
p { color: rgb(161,37,111); }
H1.HeaderClassName
{
color: #A1256F;
}
.AnyTagClassName
{
color: #A1256F;
}
</style>
background-color css
<style>
a { background-color: #A1256F; }
a { background-color: rgb(161,37,111); }
div.DivClassName
{
background-color: #A1256F;
}
.BgClassName
{
background-color: #A1256F;
}
</style>
border-color css
<style>
span { border-color: #A1256F; }
span { border-color: rgb(161,37,111); }
td.TdClassName
{
border-color: #A1256F;
}
.TagClassName
{
border-color: #A1256F;
}
</style>