Shades of Jazzberry Jam #A1185C
Tints of Jazzberry Jam #A1185C
RGB
CMYK
RGB Variations
Color information
#A1185C (or 0xA1185C) is known color: Jazzberry Jam. HEX triplet: A1, 18 and 5C. RGB value is (161,24,92). Sum of RGB (Red+Green+Blue) = 161+24+92=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A1185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1185C is #5EE7A3. Grayscale: #484848. Windows color (decimal): -6219684 or 6035617. OLE color: 6035617.
HSL color Cylindrical-coordinate representation of color #A1185C: hue angle of 330.22º 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 #A1185C is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 92 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.37 |
| HSL | 330.22º | 0.74% | 0.36% | - |
| HSV(B) | 330.22º | 0.85% | 0.63% | - |
| XYZ | 16.96 | 9 | 10.97 | - |
| YUV | 72.72 | 138.89 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 92 | 0 | 0.85 | 0.43 | 0.37 | 330.22 | 0.74 | 0.36 |
| Hex | A1 | 18 | 5C | 0 | 55 | 2B | 25 | 14A | 4A | 24 |
| Octal | 241 | 30 | 134 | 0 | 125 | 53 | 45 | 512 | 112 | 44 |
| Binary | 10100001 | 11000 | 1011100 | 0 | 1010101 | 101011 | 100101 | 101001010 | 1001010 | 100100 |
Color Harmonies of #A1185C
Complementary color
Monochromatic Colors of #A1185C
Black with #A1185C
Text Example
Text Example
White with #A1185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1185C; }
p { color: rgb(161,24,92); }
H1.HeaderClassName
{
color: #A1185C;
}
.AnyTagClassName
{
color: #A1185C;
}
</style>
background-color css
<style>
a { background-color: #A1185C; }
a { background-color: rgb(161,24,92); }
div.DivClassName
{
background-color: #A1185C;
}
.BgClassName
{
background-color: #A1185C;
}
</style>
border-color css
<style>
span { border-color: #A1185C; }
span { border-color: rgb(161,24,92); }
td.TdClassName
{
border-color: #A1185C;
}
.TagClassName
{
border-color: #A1185C;
}
</style>