Shades of Jazzberry Jam #A1106B
Tints of Jazzberry Jam #A1106B
RGB
CMYK
RGB Variations
Color information
#A1106B (or 0xA1106B) is known color: Jazzberry Jam. HEX triplet: A1, 10 and 6B. RGB value is (161,16,107). Sum of RGB (Red+Green+Blue) = 161+16+107=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A1106B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1106B is #5EEF94. Grayscale: #454545. Windows color (decimal): -6221717 or 7016609. OLE color: 7016609.
HSL color Cylindrical-coordinate representation of color #A1106B: hue angle of 322.34º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1106B is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 107 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.37 |
| HSL | 322.34º | 0.82% | 0.35% | - |
| HSV(B) | 322.34º | 0.9% | 0.63% | - |
| XYZ | 17.54 | 9.01 | 14.72 | - |
| YUV | 69.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 107 | 0 | 0.90 | 0.34 | 0.37 | 322.34 | 0.82 | 0.35 |
| Hex | A1 | 10 | 6B | 0 | 5A | 22 | 25 | 142 | 52 | 23 |
| Octal | 241 | 20 | 153 | 0 | 132 | 42 | 45 | 502 | 122 | 43 |
| Binary | 10100001 | 10000 | 1101011 | 0 | 1011010 | 100010 | 100101 | 101000010 | 1010010 | 100011 |
Color Harmonies of #A1106B
Complementary color
Monochromatic Colors of #A1106B
Black with #A1106B
Text Example
Text Example
White with #A1106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1106B; }
p { color: rgb(161,16,107); }
H1.HeaderClassName
{
color: #A1106B;
}
.AnyTagClassName
{
color: #A1106B;
}
</style>
background-color css
<style>
a { background-color: #A1106B; }
a { background-color: rgb(161,16,107); }
div.DivClassName
{
background-color: #A1106B;
}
.BgClassName
{
background-color: #A1106B;
}
</style>
border-color css
<style>
span { border-color: #A1106B; }
span { border-color: rgb(161,16,107); }
td.TdClassName
{
border-color: #A1106B;
}
.TagClassName
{
border-color: #A1106B;
}
</style>