Shades of Jazzberry Jam #A1266B
Tints of Jazzberry Jam #A1266B
RGB
CMYK
RGB Variations
Color information
#A1266B (or 0xA1266B) is known color: Jazzberry Jam. HEX triplet: A1, 26 and 6B. RGB value is (161,38,107). Sum of RGB (Red+Green+Blue) = 161+38+107=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1266B is #5ED994. Grayscale: #525252. Windows color (decimal): -6216085 or 7022241. OLE color: 7022241.
HSL color Cylindrical-coordinate representation of color #A1266B: hue angle of 326.34º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1266B is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 38 | 107 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.37 |
| HSL | 326.34º | 0.62% | 0.39% | - |
| HSV(B) | 326.34º | 0.76% | 0.63% | - |
| XYZ | 18.04 | 10.02 | 14.89 | - |
| YUV | 82.64 | 141.75 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 107 | 0 | 0.76 | 0.34 | 0.37 | 326.34 | 0.62 | 0.39 |
| Hex | A1 | 26 | 6B | 0 | 4C | 22 | 25 | 146 | 3E | 27 |
| Octal | 241 | 46 | 153 | 0 | 114 | 42 | 45 | 506 | 76 | 47 |
| Binary | 10100001 | 100110 | 1101011 | 0 | 1001100 | 100010 | 100101 | 101000110 | 111110 | 100111 |
Color Harmonies of #A1266B
Complementary color
Monochromatic Colors of #A1266B
Black with #A1266B
Text Example
Text Example
White with #A1266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1266B; }
p { color: rgb(161,38,107); }
H1.HeaderClassName
{
color: #A1266B;
}
.AnyTagClassName
{
color: #A1266B;
}
</style>
background-color css
<style>
a { background-color: #A1266B; }
a { background-color: rgb(161,38,107); }
div.DivClassName
{
background-color: #A1266B;
}
.BgClassName
{
background-color: #A1266B;
}
</style>
border-color css
<style>
span { border-color: #A1266B; }
span { border-color: rgb(161,38,107); }
td.TdClassName
{
border-color: #A1266B;
}
.TagClassName
{
border-color: #A1266B;
}
</style>