Shades of Jazzberry Jam #A1206B
Tints of Jazzberry Jam #A1206B
RGB
CMYK
RGB Variations
Color information
#A1206B (or 0xA1206B) is known color: Jazzberry Jam. HEX triplet: A1, 20 and 6B. RGB value is (161,32,107). Sum of RGB (Red+Green+Blue) = 161+32+107=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A1206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1206B is #5EDF94. Grayscale: #4E4E4E. Windows color (decimal): -6217621 or 7020705. OLE color: 7020705.
HSL color Cylindrical-coordinate representation of color #A1206B: hue angle of 325.12º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1206B is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 107 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.37 |
| HSL | 325.12º | 0.67% | 0.38% | - |
| HSV(B) | 325.12º | 0.8% | 0.63% | - |
| XYZ | 17.87 | 9.67 | 14.83 | - |
| YUV | 79.12 | 143.74 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 107 | 0 | 0.80 | 0.34 | 0.37 | 325.12 | 0.67 | 0.38 |
| Hex | A1 | 20 | 6B | 0 | 50 | 22 | 25 | 145 | 43 | 26 |
| Octal | 241 | 40 | 153 | 0 | 120 | 42 | 45 | 505 | 103 | 46 |
| Binary | 10100001 | 100000 | 1101011 | 0 | 1010000 | 100010 | 100101 | 101000101 | 1000011 | 100110 |
Color Harmonies of #A1206B
Complementary color
Monochromatic Colors of #A1206B
Black with #A1206B
Text Example
Text Example
White with #A1206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1206B; }
p { color: rgb(161,32,107); }
H1.HeaderClassName
{
color: #A1206B;
}
.AnyTagClassName
{
color: #A1206B;
}
</style>
background-color css
<style>
a { background-color: #A1206B; }
a { background-color: rgb(161,32,107); }
div.DivClassName
{
background-color: #A1206B;
}
.BgClassName
{
background-color: #A1206B;
}
</style>
border-color css
<style>
span { border-color: #A1206B; }
span { border-color: rgb(161,32,107); }
td.TdClassName
{
border-color: #A1206B;
}
.TagClassName
{
border-color: #A1206B;
}
</style>