Shades of Jazzberry Jam #A11870
Tints of Jazzberry Jam #A11870
RGB
CMYK
RGB Variations
Color information
#A11870 (or 0xA11870) is known color: Jazzberry Jam. HEX triplet: A1, 18 and 70. RGB value is (161,24,112). Sum of RGB (Red+Green+Blue) = 161+24+112=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A11870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11870 is #5EE78F. Grayscale: #4A4A4A. Windows color (decimal): -6219664 or 7346337. OLE color: 7346337.
HSL color Cylindrical-coordinate representation of color #A11870: hue angle of 321.46º 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 #A11870 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 112 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.37 |
| HSL | 321.46º | 0.74% | 0.36% | - |
| HSV(B) | 321.46º | 0.85% | 0.63% | - |
| XYZ | 17.95 | 9.4 | 16.2 | - |
| YUV | 75 | 148.89 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 112 | 0 | 0.85 | 0.30 | 0.37 | 321.46 | 0.74 | 0.36 |
| Hex | A1 | 18 | 70 | 0 | 55 | 1E | 25 | 141 | 4A | 24 |
| Octal | 241 | 30 | 160 | 0 | 125 | 36 | 45 | 501 | 112 | 44 |
| Binary | 10100001 | 11000 | 1110000 | 0 | 1010101 | 11110 | 100101 | 101000001 | 1001010 | 100100 |
Color Harmonies of #A11870
Complementary color
Monochromatic Colors of #A11870
Black with #A11870
Text Example
Text Example
White with #A11870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11870; }
p { color: rgb(161,24,112); }
H1.HeaderClassName
{
color: #A11870;
}
.AnyTagClassName
{
color: #A11870;
}
</style>
background-color css
<style>
a { background-color: #A11870; }
a { background-color: rgb(161,24,112); }
div.DivClassName
{
background-color: #A11870;
}
.BgClassName
{
background-color: #A11870;
}
</style>
border-color css
<style>
span { border-color: #A11870; }
span { border-color: rgb(161,24,112); }
td.TdClassName
{
border-color: #A11870;
}
.TagClassName
{
border-color: #A11870;
}
</style>