Shades of Jazzberry Jam #A0166C
Tints of Jazzberry Jam #A0166C
RGB
CMYK
RGB Variations
Color information
#A0166C (or 0xA0166C) is known color: Jazzberry Jam. HEX triplet: A0, 16 and 6C. RGB value is (160,22,108). Sum of RGB (Red+Green+Blue) = 160+22+108=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0166C is #5FE993. Grayscale: #484848. Windows color (decimal): -6285716 or 7083680. OLE color: 7083680.
HSL color Cylindrical-coordinate representation of color #A0166C: hue angle of 322.61º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0166C is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 22 | 108 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.37 |
| HSL | 322.61º | 0.76% | 0.36% | - |
| HSV(B) | 322.61º | 0.86% | 0.63% | - |
| XYZ | 17.49 | 9.13 | 15.03 | - |
| YUV | 73.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 108 | 0 | 0.86 | 0.32 | 0.37 | 322.61 | 0.76 | 0.36 |
| Hex | A0 | 16 | 6C | 0 | 56 | 20 | 25 | 143 | 4C | 24 |
| Octal | 240 | 26 | 154 | 0 | 126 | 40 | 45 | 503 | 114 | 44 |
| Binary | 10100000 | 10110 | 1101100 | 0 | 1010110 | 100000 | 100101 | 101000011 | 1001100 | 100100 |
Color Harmonies of #A0166C
Complementary color
Monochromatic Colors of #A0166C
Black with #A0166C
Text Example
Text Example
White with #A0166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0166C; }
p { color: rgb(160,22,108); }
H1.HeaderClassName
{
color: #A0166C;
}
.AnyTagClassName
{
color: #A0166C;
}
</style>
background-color css
<style>
a { background-color: #A0166C; }
a { background-color: rgb(160,22,108); }
div.DivClassName
{
background-color: #A0166C;
}
.BgClassName
{
background-color: #A0166C;
}
</style>
border-color css
<style>
span { border-color: #A0166C; }
span { border-color: rgb(160,22,108); }
td.TdClassName
{
border-color: #A0166C;
}
.TagClassName
{
border-color: #A0166C;
}
</style>