Shades of Jazzberry Jam #A1105D
Tints of Jazzberry Jam #A1105D
RGB
CMYK
RGB Variations
Color information
#A1105D (or 0xA1105D) is known color: Jazzberry Jam. HEX triplet: A1, 10 and 5D. RGB value is (161,16,93). Sum of RGB (Red+Green+Blue) = 161+16+93=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A1105D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1105D is #5EEFA2. Grayscale: #434343. Windows color (decimal): -6221731 or 6099105. OLE color: 6099105.
HSL color Cylindrical-coordinate representation of color #A1105D: hue angle of 328.14º 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 #A1105D is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 93 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.37 |
| HSL | 328.14º | 0.82% | 0.35% | - |
| HSV(B) | 328.14º | 0.9% | 0.63% | - |
| XYZ | 16.86 | 8.74 | 11.15 | - |
| YUV | 68.13 | 142.04 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 93 | 0 | 0.90 | 0.42 | 0.37 | 328.14 | 0.82 | 0.35 |
| Hex | A1 | 10 | 5D | 0 | 5A | 2A | 25 | 148 | 52 | 23 |
| Octal | 241 | 20 | 135 | 0 | 132 | 52 | 45 | 510 | 122 | 43 |
| Binary | 10100001 | 10000 | 1011101 | 0 | 1011010 | 101010 | 100101 | 101001000 | 1010010 | 100011 |
Color Harmonies of #A1105D
Complementary color
Monochromatic Colors of #A1105D
Black with #A1105D
Text Example
Text Example
White with #A1105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1105D; }
p { color: rgb(161,16,93); }
H1.HeaderClassName
{
color: #A1105D;
}
.AnyTagClassName
{
color: #A1105D;
}
</style>
background-color css
<style>
a { background-color: #A1105D; }
a { background-color: rgb(161,16,93); }
div.DivClassName
{
background-color: #A1105D;
}
.BgClassName
{
background-color: #A1105D;
}
</style>
border-color css
<style>
span { border-color: #A1105D; }
span { border-color: rgb(161,16,93); }
td.TdClassName
{
border-color: #A1105D;
}
.TagClassName
{
border-color: #A1105D;
}
</style>