Shades of Jazzberry Jam #A1186E
Tints of Jazzberry Jam #A1186E
RGB
CMYK
RGB Variations
Color information
#A1186E (or 0xA1186E) is known color: Jazzberry Jam. HEX triplet: A1, 18 and 6E. RGB value is (161,24,110). Sum of RGB (Red+Green+Blue) = 161+24+110=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A1186E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1186E is #5EE791. Grayscale: #4A4A4A. Windows color (decimal): -6219666 or 7215265. OLE color: 7215265.
HSL color Cylindrical-coordinate representation of color #A1186E: hue angle of 322.34º 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 #A1186E is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 110 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.37 |
| HSL | 322.34º | 0.74% | 0.36% | - |
| HSV(B) | 322.34º | 0.85% | 0.63% | - |
| XYZ | 17.84 | 9.36 | 15.62 | - |
| YUV | 74.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 110 | 0 | 0.85 | 0.32 | 0.37 | 322.34 | 0.74 | 0.36 |
| Hex | A1 | 18 | 6E | 0 | 55 | 20 | 25 | 142 | 4A | 24 |
| Octal | 241 | 30 | 156 | 0 | 125 | 40 | 45 | 502 | 112 | 44 |
| Binary | 10100001 | 11000 | 1101110 | 0 | 1010101 | 100000 | 100101 | 101000010 | 1001010 | 100100 |
Color Harmonies of #A1186E
Complementary color
Monochromatic Colors of #A1186E
Black with #A1186E
Text Example
Text Example
White with #A1186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1186E; }
p { color: rgb(161,24,110); }
H1.HeaderClassName
{
color: #A1186E;
}
.AnyTagClassName
{
color: #A1186E;
}
</style>
background-color css
<style>
a { background-color: #A1186E; }
a { background-color: rgb(161,24,110); }
div.DivClassName
{
background-color: #A1186E;
}
.BgClassName
{
background-color: #A1186E;
}
</style>
border-color css
<style>
span { border-color: #A1186E; }
span { border-color: rgb(161,24,110); }
td.TdClassName
{
border-color: #A1186E;
}
.TagClassName
{
border-color: #A1186E;
}
</style>