Shades of Jazzberry Jam #A1186F
Tints of Jazzberry Jam #A1186F
RGB
CMYK
RGB Variations
Color information
#A1186F (or 0xA1186F) is known color: Jazzberry Jam. HEX triplet: A1, 18 and 6F. RGB value is (161,24,111). Sum of RGB (Red+Green+Blue) = 161+24+111=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A1186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1186F is #5EE790. Grayscale: #4A4A4A. Windows color (decimal): -6219665 or 7280801. OLE color: 7280801.
HSL color Cylindrical-coordinate representation of color #A1186F: hue angle of 321.9º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1186F is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 111 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.37 |
| HSL | 321.9º | 0.74% | 0.36% | - |
| HSV(B) | 321.9º | 0.85% | 0.63% | - |
| XYZ | 17.89 | 9.38 | 15.91 | - |
| YUV | 74.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 111 | 0 | 0.85 | 0.31 | 0.37 | 321.9 | 0.74 | 0.36 |
| Hex | A1 | 18 | 6F | 0 | 55 | 1F | 25 | 142 | 4A | 24 |
| Octal | 241 | 30 | 157 | 0 | 125 | 37 | 45 | 502 | 112 | 44 |
| Binary | 10100001 | 11000 | 1101111 | 0 | 1010101 | 11111 | 100101 | 101000010 | 1001010 | 100100 |
Color Harmonies of #A1186F
Complementary color
Monochromatic Colors of #A1186F
Black with #A1186F
Text Example
Text Example
White with #A1186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1186F; }
p { color: rgb(161,24,111); }
H1.HeaderClassName
{
color: #A1186F;
}
.AnyTagClassName
{
color: #A1186F;
}
</style>
background-color css
<style>
a { background-color: #A1186F; }
a { background-color: rgb(161,24,111); }
div.DivClassName
{
background-color: #A1186F;
}
.BgClassName
{
background-color: #A1186F;
}
</style>
border-color css
<style>
span { border-color: #A1186F; }
span { border-color: rgb(161,24,111); }
td.TdClassName
{
border-color: #A1186F;
}
.TagClassName
{
border-color: #A1186F;
}
</style>