Shades of Jazzberry Jam #A1185E
Tints of Jazzberry Jam #A1185E
RGB
CMYK
RGB Variations
Color information
#A1185E (or 0xA1185E) is known color: Jazzberry Jam. HEX triplet: A1, 18 and 5E. RGB value is (161,24,94). Sum of RGB (Red+Green+Blue) = 161+24+94=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A1185E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1185E is #5EE7A1. Grayscale: #484848. Windows color (decimal): -6219682 or 6166689. OLE color: 6166689.
HSL color Cylindrical-coordinate representation of color #A1185E: hue angle of 329.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 #A1185E is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 94 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.37 |
| HSL | 329.34º | 0.74% | 0.36% | - |
| HSV(B) | 329.34º | 0.85% | 0.63% | - |
| XYZ | 17.04 | 9.04 | 11.44 | - |
| YUV | 72.94 | 139.89 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 94 | 0 | 0.85 | 0.42 | 0.37 | 329.34 | 0.74 | 0.36 |
| Hex | A1 | 18 | 5E | 0 | 55 | 2A | 25 | 149 | 4A | 24 |
| Octal | 241 | 30 | 136 | 0 | 125 | 52 | 45 | 511 | 112 | 44 |
| Binary | 10100001 | 11000 | 1011110 | 0 | 1010101 | 101010 | 100101 | 101001001 | 1001010 | 100100 |
Color Harmonies of #A1185E
Complementary color
Monochromatic Colors of #A1185E
Black with #A1185E
Text Example
Text Example
White with #A1185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1185E; }
p { color: rgb(161,24,94); }
H1.HeaderClassName
{
color: #A1185E;
}
.AnyTagClassName
{
color: #A1185E;
}
</style>
background-color css
<style>
a { background-color: #A1185E; }
a { background-color: rgb(161,24,94); }
div.DivClassName
{
background-color: #A1185E;
}
.BgClassName
{
background-color: #A1185E;
}
</style>
border-color css
<style>
span { border-color: #A1185E; }
span { border-color: rgb(161,24,94); }
td.TdClassName
{
border-color: #A1185E;
}
.TagClassName
{
border-color: #A1185E;
}
</style>