Shades of Jazzberry Jam #A1185B
Tints of Jazzberry Jam #A1185B
RGB
CMYK
RGB Variations
Color information
#A1185B (or 0xA1185B) is known color: Jazzberry Jam. HEX triplet: A1, 18 and 5B. RGB value is (161,24,91). Sum of RGB (Red+Green+Blue) = 161+24+91=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A1185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1185B is #5EE7A4. Grayscale: #484848. Windows color (decimal): -6219685 or 5970081. OLE color: 5970081.
HSL color Cylindrical-coordinate representation of color #A1185B: hue angle of 330.66º 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 #A1185B is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 91 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.37 |
| HSL | 330.66º | 0.74% | 0.36% | - |
| HSV(B) | 330.66º | 0.85% | 0.63% | - |
| XYZ | 16.91 | 8.99 | 10.74 | - |
| YUV | 72.6 | 138.39 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 91 | 0 | 0.85 | 0.43 | 0.37 | 330.66 | 0.74 | 0.36 |
| Hex | A1 | 18 | 5B | 0 | 55 | 2B | 25 | 14B | 4A | 24 |
| Octal | 241 | 30 | 133 | 0 | 125 | 53 | 45 | 513 | 112 | 44 |
| Binary | 10100001 | 11000 | 1011011 | 0 | 1010101 | 101011 | 100101 | 101001011 | 1001010 | 100100 |
Color Harmonies of #A1185B
Complementary color
Monochromatic Colors of #A1185B
Black with #A1185B
Text Example
Text Example
White with #A1185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1185B; }
p { color: rgb(161,24,91); }
H1.HeaderClassName
{
color: #A1185B;
}
.AnyTagClassName
{
color: #A1185B;
}
</style>
background-color css
<style>
a { background-color: #A1185B; }
a { background-color: rgb(161,24,91); }
div.DivClassName
{
background-color: #A1185B;
}
.BgClassName
{
background-color: #A1185B;
}
</style>
border-color css
<style>
span { border-color: #A1185B; }
span { border-color: rgb(161,24,91); }
td.TdClassName
{
border-color: #A1185B;
}
.TagClassName
{
border-color: #A1185B;
}
</style>