Shades of Jazzberry Jam #A1185D
Tints of Jazzberry Jam #A1185D
RGB
CMYK
RGB Variations
Color information
#A1185D (or 0xA1185D) is known color: Jazzberry Jam. HEX triplet: A1, 18 and 5D. RGB value is (161,24,93). Sum of RGB (Red+Green+Blue) = 161+24+93=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A1185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1185D is #5EE7A2. Grayscale: #484848. Windows color (decimal): -6219683 or 6101153. OLE color: 6101153.
HSL color Cylindrical-coordinate representation of color #A1185D: hue angle of 329.78º 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 #A1185D is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 93 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.37 |
| HSL | 329.78º | 0.74% | 0.36% | - |
| HSV(B) | 329.78º | 0.85% | 0.63% | - |
| XYZ | 17 | 9.02 | 11.2 | - |
| YUV | 72.83 | 139.39 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 93 | 0 | 0.85 | 0.42 | 0.37 | 329.78 | 0.74 | 0.36 |
| Hex | A1 | 18 | 5D | 0 | 55 | 2A | 25 | 14A | 4A | 24 |
| Octal | 241 | 30 | 135 | 0 | 125 | 52 | 45 | 512 | 112 | 44 |
| Binary | 10100001 | 11000 | 1011101 | 0 | 1010101 | 101010 | 100101 | 101001010 | 1001010 | 100100 |
Color Harmonies of #A1185D
Complementary color
Monochromatic Colors of #A1185D
Black with #A1185D
Text Example
Text Example
White with #A1185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1185D; }
p { color: rgb(161,24,93); }
H1.HeaderClassName
{
color: #A1185D;
}
.AnyTagClassName
{
color: #A1185D;
}
</style>
background-color css
<style>
a { background-color: #A1185D; }
a { background-color: rgb(161,24,93); }
div.DivClassName
{
background-color: #A1185D;
}
.BgClassName
{
background-color: #A1185D;
}
</style>
border-color css
<style>
span { border-color: #A1185D; }
span { border-color: rgb(161,24,93); }
td.TdClassName
{
border-color: #A1185D;
}
.TagClassName
{
border-color: #A1185D;
}
</style>