Shades of Jazzberry Jam #A1105C
Tints of Jazzberry Jam #A1105C
RGB
CMYK
RGB Variations
Color information
#A1105C (or 0xA1105C) is known color: Jazzberry Jam. HEX triplet: A1, 10 and 5C. RGB value is (161,16,92). Sum of RGB (Red+Green+Blue) = 161+16+92=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A1105C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1105C is #5EEFA3. Grayscale: #434343. Windows color (decimal): -6221732 or 6033569. OLE color: 6033569.
HSL color Cylindrical-coordinate representation of color #A1105C: hue angle of 328.55º 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 #A1105C is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 92 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.37 |
| HSL | 328.55º | 0.82% | 0.35% | - |
| HSV(B) | 328.55º | 0.9% | 0.63% | - |
| XYZ | 16.82 | 8.72 | 10.92 | - |
| YUV | 68.02 | 141.54 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 92 | 0 | 0.90 | 0.43 | 0.37 | 328.55 | 0.82 | 0.35 |
| Hex | A1 | 10 | 5C | 0 | 5A | 2B | 25 | 149 | 52 | 23 |
| Octal | 241 | 20 | 134 | 0 | 132 | 53 | 45 | 511 | 122 | 43 |
| Binary | 10100001 | 10000 | 1011100 | 0 | 1011010 | 101011 | 100101 | 101001001 | 1010010 | 100011 |
Color Harmonies of #A1105C
Complementary color
Monochromatic Colors of #A1105C
Black with #A1105C
Text Example
Text Example
White with #A1105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1105C; }
p { color: rgb(161,16,92); }
H1.HeaderClassName
{
color: #A1105C;
}
.AnyTagClassName
{
color: #A1105C;
}
</style>
background-color css
<style>
a { background-color: #A1105C; }
a { background-color: rgb(161,16,92); }
div.DivClassName
{
background-color: #A1105C;
}
.BgClassName
{
background-color: #A1105C;
}
</style>
border-color css
<style>
span { border-color: #A1105C; }
span { border-color: rgb(161,16,92); }
td.TdClassName
{
border-color: #A1105C;
}
.TagClassName
{
border-color: #A1105C;
}
</style>