Shades of Jazzberry Jam #A6106D
Tints of Jazzberry Jam #A6106D
RGB
CMYK
RGB Variations
Color information
#A6106D (or 0xA6106D) is known color: Jazzberry Jam. HEX triplet: A6, 10 and 6D. RGB value is (166,16,109). Sum of RGB (Red+Green+Blue) = 166+16+109=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A6106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6106D is #59EF92. Grayscale: #474747. Windows color (decimal): -5894035 or 7147686. OLE color: 7147686.
HSL color Cylindrical-coordinate representation of color #A6106D: hue angle of 322.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6106D is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 109 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.35 |
| HSL | 322.8º | 0.82% | 0.36% | - |
| HSV(B) | 322.8º | 0.9% | 0.65% | - |
| XYZ | 18.67 | 9.58 | 15.33 | - |
| YUV | 71.45 | 149.2 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 109 | 0 | 0.90 | 0.34 | 0.35 | 322.8 | 0.82 | 0.36 |
| Hex | A6 | 10 | 6D | 0 | 5A | 22 | 23 | 143 | 52 | 24 |
| Octal | 246 | 20 | 155 | 0 | 132 | 42 | 43 | 503 | 122 | 44 |
| Binary | 10100110 | 10000 | 1101101 | 0 | 1011010 | 100010 | 100011 | 101000011 | 1010010 | 100100 |
Color Harmonies of #A6106D
Complementary color
Monochromatic Colors of #A6106D
Black with #A6106D
Text Example
Text Example
White with #A6106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6106D; }
p { color: rgb(166,16,109); }
H1.HeaderClassName
{
color: #A6106D;
}
.AnyTagClassName
{
color: #A6106D;
}
</style>
background-color css
<style>
a { background-color: #A6106D; }
a { background-color: rgb(166,16,109); }
div.DivClassName
{
background-color: #A6106D;
}
.BgClassName
{
background-color: #A6106D;
}
</style>
border-color css
<style>
span { border-color: #A6106D; }
span { border-color: rgb(166,16,109); }
td.TdClassName
{
border-color: #A6106D;
}
.TagClassName
{
border-color: #A6106D;
}
</style>