Shades of Jazzberry Jam #A0166D
Tints of Jazzberry Jam #A0166D
RGB
CMYK
RGB Variations
Color information
#A0166D (or 0xA0166D) is known color: Jazzberry Jam. HEX triplet: A0, 16 and 6D. RGB value is (160,22,109). Sum of RGB (Red+Green+Blue) = 160+22+109=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0166D is #5FE992. Grayscale: #484848. Windows color (decimal): -6285715 or 7149216. OLE color: 7149216.
HSL color Cylindrical-coordinate representation of color #A0166D: hue angle of 322.17º 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 #A0166D is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 22 | 109 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.37 |
| HSL | 322.17º | 0.76% | 0.36% | - |
| HSV(B) | 322.17º | 0.86% | 0.63% | - |
| XYZ | 17.54 | 9.15 | 15.31 | - |
| YUV | 73.18 | 148.22 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 109 | 0 | 0.86 | 0.32 | 0.37 | 322.17 | 0.76 | 0.36 |
| Hex | A0 | 16 | 6D | 0 | 56 | 20 | 25 | 142 | 4C | 24 |
| Octal | 240 | 26 | 155 | 0 | 126 | 40 | 45 | 502 | 114 | 44 |
| Binary | 10100000 | 10110 | 1101101 | 0 | 1010110 | 100000 | 100101 | 101000010 | 1001100 | 100100 |
Color Harmonies of #A0166D
Complementary color
Monochromatic Colors of #A0166D
Black with #A0166D
Text Example
Text Example
White with #A0166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0166D; }
p { color: rgb(160,22,109); }
H1.HeaderClassName
{
color: #A0166D;
}
.AnyTagClassName
{
color: #A0166D;
}
</style>
background-color css
<style>
a { background-color: #A0166D; }
a { background-color: rgb(160,22,109); }
div.DivClassName
{
background-color: #A0166D;
}
.BgClassName
{
background-color: #A0166D;
}
</style>
border-color css
<style>
span { border-color: #A0166D; }
span { border-color: rgb(160,22,109); }
td.TdClassName
{
border-color: #A0166D;
}
.TagClassName
{
border-color: #A0166D;
}
</style>