Shades of Jazzberry Jam #A0116D
Tints of Jazzberry Jam #A0116D
RGB
CMYK
RGB Variations
Color information
#A0116D (or 0xA0116D) is known color: Jazzberry Jam. HEX triplet: A0, 11 and 6D. RGB value is (160,17,109). Sum of RGB (Red+Green+Blue) = 160+17+109=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A0116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0116D is #5FEE92. Grayscale: #464646. Windows color (decimal): -6286995 or 7147936. OLE color: 7147936.
HSL color Cylindrical-coordinate representation of color #A0116D: hue angle of 321.4º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0116D is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 17 | 109 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.37 |
| HSL | 321.4º | 0.81% | 0.35% | - |
| HSV(B) | 321.4º | 0.89% | 0.63% | - |
| XYZ | 17.46 | 8.98 | 15.28 | - |
| YUV | 70.25 | 149.88 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 17 | 109 | 0 | 0.89 | 0.32 | 0.37 | 321.4 | 0.81 | 0.35 |
| Hex | A0 | 11 | 6D | 0 | 59 | 20 | 25 | 141 | 51 | 23 |
| Octal | 240 | 21 | 155 | 0 | 131 | 40 | 45 | 501 | 121 | 43 |
| Binary | 10100000 | 10001 | 1101101 | 0 | 1011001 | 100000 | 100101 | 101000001 | 1010001 | 100011 |
Color Harmonies of #A0116D
Complementary color
Monochromatic Colors of #A0116D
Black with #A0116D
Text Example
Text Example
White with #A0116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0116D; }
p { color: rgb(160,17,109); }
H1.HeaderClassName
{
color: #A0116D;
}
.AnyTagClassName
{
color: #A0116D;
}
</style>
background-color css
<style>
a { background-color: #A0116D; }
a { background-color: rgb(160,17,109); }
div.DivClassName
{
background-color: #A0116D;
}
.BgClassName
{
background-color: #A0116D;
}
</style>
border-color css
<style>
span { border-color: #A0116D; }
span { border-color: rgb(160,17,109); }
td.TdClassName
{
border-color: #A0116D;
}
.TagClassName
{
border-color: #A0116D;
}
</style>