Shades of Jazzberry Jam #A1256C
Tints of Jazzberry Jam #A1256C
RGB
CMYK
RGB Variations
Color information
#A1256C (or 0xA1256C) is known color: Jazzberry Jam. HEX triplet: A1, 25 and 6C. RGB value is (161,37,108). Sum of RGB (Red+Green+Blue) = 161+37+108=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1256C is #5EDA93. Grayscale: #525252. Windows color (decimal): -6216340 or 7087521. OLE color: 7087521.
HSL color Cylindrical-coordinate representation of color #A1256C: hue angle of 325.65º 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 #A1256C is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 37 | 108 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.37 |
| HSL | 325.65º | 0.63% | 0.39% | - |
| HSV(B) | 325.65º | 0.77% | 0.63% | - |
| XYZ | 18.07 | 9.98 | 15.16 | - |
| YUV | 82.17 | 142.58 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 108 | 0 | 0.77 | 0.33 | 0.37 | 325.65 | 0.63 | 0.39 |
| Hex | A1 | 25 | 6C | 0 | 4D | 21 | 25 | 146 | 3F | 27 |
| Octal | 241 | 45 | 154 | 0 | 115 | 41 | 45 | 506 | 77 | 47 |
| Binary | 10100001 | 100101 | 1101100 | 0 | 1001101 | 100001 | 100101 | 101000110 | 111111 | 100111 |
Color Harmonies of #A1256C
Complementary color
Monochromatic Colors of #A1256C
Black with #A1256C
Text Example
Text Example
White with #A1256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1256C; }
p { color: rgb(161,37,108); }
H1.HeaderClassName
{
color: #A1256C;
}
.AnyTagClassName
{
color: #A1256C;
}
</style>
background-color css
<style>
a { background-color: #A1256C; }
a { background-color: rgb(161,37,108); }
div.DivClassName
{
background-color: #A1256C;
}
.BgClassName
{
background-color: #A1256C;
}
</style>
border-color css
<style>
span { border-color: #A1256C; }
span { border-color: rgb(161,37,108); }
td.TdClassName
{
border-color: #A1256C;
}
.TagClassName
{
border-color: #A1256C;
}
</style>