Shades of Jazzberry Jam #A6196B
Tints of Jazzberry Jam #A6196B
RGB
CMYK
RGB Variations
Color information
#A6196B (or 0xA6196B) is known color: Jazzberry Jam. HEX triplet: A6, 19 and 6B. RGB value is (166,25,107). Sum of RGB (Red+Green+Blue) = 166+25+107=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A6196B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6196B is #59E694. Grayscale: #4C4C4C. Windows color (decimal): -5891733 or 7018918. OLE color: 7018918.
HSL color Cylindrical-coordinate representation of color #A6196B: hue angle of 325.11º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6196B is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 25 | 107 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.35 |
| HSL | 325.11º | 0.74% | 0.37% | - |
| HSV(B) | 325.11º | 0.85% | 0.65% | - |
| XYZ | 18.73 | 9.86 | 14.83 | - |
| YUV | 76.51 | 145.21 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 107 | 0 | 0.85 | 0.36 | 0.35 | 325.11 | 0.74 | 0.37 |
| Hex | A6 | 19 | 6B | 0 | 55 | 24 | 23 | 145 | 4A | 25 |
| Octal | 246 | 31 | 153 | 0 | 125 | 44 | 43 | 505 | 112 | 45 |
| Binary | 10100110 | 11001 | 1101011 | 0 | 1010101 | 100100 | 100011 | 101000101 | 1001010 | 100101 |
Color Harmonies of #A6196B
Complementary color
Monochromatic Colors of #A6196B
Black with #A6196B
Text Example
Text Example
White with #A6196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6196B; }
p { color: rgb(166,25,107); }
H1.HeaderClassName
{
color: #A6196B;
}
.AnyTagClassName
{
color: #A6196B;
}
</style>
background-color css
<style>
a { background-color: #A6196B; }
a { background-color: rgb(166,25,107); }
div.DivClassName
{
background-color: #A6196B;
}
.BgClassName
{
background-color: #A6196B;
}
</style>
border-color css
<style>
span { border-color: #A6196B; }
span { border-color: rgb(166,25,107); }
td.TdClassName
{
border-color: #A6196B;
}
.TagClassName
{
border-color: #A6196B;
}
</style>