Shades of Jazzberry Jam #A6166A
Tints of Jazzberry Jam #A6166A
RGB
CMYK
RGB Variations
Color information
#A6166A (or 0xA6166A) is known color: Jazzberry Jam. HEX triplet: A6, 16 and 6A. RGB value is (166,22,106). Sum of RGB (Red+Green+Blue) = 166+22+106=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6166A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6166A is #59E995. Grayscale: #4A4A4A. Windows color (decimal): -5892502 or 6952614. OLE color: 6952614.
HSL color Cylindrical-coordinate representation of color #A6166A: hue angle of 325º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6166A is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 22 | 106 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.35 |
| HSL | 325º | 0.77% | 0.37% | - |
| HSV(B) | 325º | 0.87% | 0.65% | - |
| XYZ | 18.61 | 9.72 | 14.53 | - |
| YUV | 74.63 | 145.71 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 106 | 0 | 0.87 | 0.36 | 0.35 | 325 | 0.77 | 0.37 |
| Hex | A6 | 16 | 6A | 0 | 57 | 24 | 23 | 145 | 4D | 25 |
| Octal | 246 | 26 | 152 | 0 | 127 | 44 | 43 | 505 | 115 | 45 |
| Binary | 10100110 | 10110 | 1101010 | 0 | 1010111 | 100100 | 100011 | 101000101 | 1001101 | 100101 |
Color Harmonies of #A6166A
Complementary color
Monochromatic Colors of #A6166A
Black with #A6166A
Text Example
Text Example
White with #A6166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6166A; }
p { color: rgb(166,22,106); }
H1.HeaderClassName
{
color: #A6166A;
}
.AnyTagClassName
{
color: #A6166A;
}
</style>
background-color css
<style>
a { background-color: #A6166A; }
a { background-color: rgb(166,22,106); }
div.DivClassName
{
background-color: #A6166A;
}
.BgClassName
{
background-color: #A6166A;
}
</style>
border-color css
<style>
span { border-color: #A6166A; }
span { border-color: rgb(166,22,106); }
td.TdClassName
{
border-color: #A6166A;
}
.TagClassName
{
border-color: #A6166A;
}
</style>