Shades of Jazzberry Jam #A1246A
Tints of Jazzberry Jam #A1246A
RGB
CMYK
RGB Variations
Color information
#A1246A (or 0xA1246A) is known color: Jazzberry Jam. HEX triplet: A1, 24 and 6A. RGB value is (161,36,106). Sum of RGB (Red+Green+Blue) = 161+36+106=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A1246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1246A is #5EDB95. Grayscale: #515151. Windows color (decimal): -6216598 or 6956193. OLE color: 6956193.
HSL color Cylindrical-coordinate representation of color #A1246A: hue angle of 326.4º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1246A is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 106 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.37 |
| HSL | 326.4º | 0.63% | 0.39% | - |
| HSV(B) | 326.4º | 0.78% | 0.63% | - |
| XYZ | 17.93 | 9.88 | 14.6 | - |
| YUV | 81.36 | 141.91 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 106 | 0 | 0.78 | 0.34 | 0.37 | 326.4 | 0.63 | 0.39 |
| Hex | A1 | 24 | 6A | 0 | 4E | 22 | 25 | 146 | 3F | 27 |
| Octal | 241 | 44 | 152 | 0 | 116 | 42 | 45 | 506 | 77 | 47 |
| Binary | 10100001 | 100100 | 1101010 | 0 | 1001110 | 100010 | 100101 | 101000110 | 111111 | 100111 |
Color Harmonies of #A1246A
Complementary color
Monochromatic Colors of #A1246A
Black with #A1246A
Text Example
Text Example
White with #A1246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1246A; }
p { color: rgb(161,36,106); }
H1.HeaderClassName
{
color: #A1246A;
}
.AnyTagClassName
{
color: #A1246A;
}
</style>
background-color css
<style>
a { background-color: #A1246A; }
a { background-color: rgb(161,36,106); }
div.DivClassName
{
background-color: #A1246A;
}
.BgClassName
{
background-color: #A1246A;
}
</style>
border-color css
<style>
span { border-color: #A1246A; }
span { border-color: rgb(161,36,106); }
td.TdClassName
{
border-color: #A1246A;
}
.TagClassName
{
border-color: #A1246A;
}
</style>