Shades of Jazzberry Jam #A6166F
Tints of Jazzberry Jam #A6166F
RGB
CMYK
RGB Variations
Color information
#A6166F (or 0xA6166F) is known color: Jazzberry Jam. HEX triplet: A6, 16 and 6F. RGB value is (166,22,111). Sum of RGB (Red+Green+Blue) = 166+22+111=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A6166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6166F is #59E990. Grayscale: #4A4A4A. Windows color (decimal): -5892497 or 7280294. OLE color: 7280294.
HSL color Cylindrical-coordinate representation of color #A6166F: hue angle of 322.92º 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 #A6166F is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 22 | 111 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.35 |
| HSL | 322.92º | 0.77% | 0.37% | - |
| HSV(B) | 322.92º | 0.87% | 0.65% | - |
| XYZ | 18.88 | 9.83 | 15.94 | - |
| YUV | 75.2 | 148.21 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 111 | 0 | 0.87 | 0.33 | 0.35 | 322.92 | 0.77 | 0.37 |
| Hex | A6 | 16 | 6F | 0 | 57 | 21 | 23 | 143 | 4D | 25 |
| Octal | 246 | 26 | 157 | 0 | 127 | 41 | 43 | 503 | 115 | 45 |
| Binary | 10100110 | 10110 | 1101111 | 0 | 1010111 | 100001 | 100011 | 101000011 | 1001101 | 100101 |
Color Harmonies of #A6166F
Complementary color
Monochromatic Colors of #A6166F
Black with #A6166F
Text Example
Text Example
White with #A6166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6166F; }
p { color: rgb(166,22,111); }
H1.HeaderClassName
{
color: #A6166F;
}
.AnyTagClassName
{
color: #A6166F;
}
</style>
background-color css
<style>
a { background-color: #A6166F; }
a { background-color: rgb(166,22,111); }
div.DivClassName
{
background-color: #A6166F;
}
.BgClassName
{
background-color: #A6166F;
}
</style>
border-color css
<style>
span { border-color: #A6166F; }
span { border-color: rgb(166,22,111); }
td.TdClassName
{
border-color: #A6166F;
}
.TagClassName
{
border-color: #A6166F;
}
</style>