Shades of Jazzberry Jam #A6106B
Tints of Jazzberry Jam #A6106B
RGB
CMYK
RGB Variations
Color information
#A6106B (or 0xA6106B) is known color: Jazzberry Jam. HEX triplet: A6, 10 and 6B. RGB value is (166,16,107). Sum of RGB (Red+Green+Blue) = 166+16+107=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A6106B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6106B is #59EF94. Grayscale: #474747. Windows color (decimal): -5894037 or 7016614. OLE color: 7016614.
HSL color Cylindrical-coordinate representation of color #A6106B: hue angle of 323.6º 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 #A6106B is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 107 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.35 |
| HSL | 323.6º | 0.82% | 0.36% | - |
| HSV(B) | 323.6º | 0.9% | 0.65% | - |
| XYZ | 18.57 | 9.54 | 14.77 | - |
| YUV | 71.22 | 148.2 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 107 | 0 | 0.90 | 0.36 | 0.35 | 323.6 | 0.82 | 0.36 |
| Hex | A6 | 10 | 6B | 0 | 5A | 24 | 23 | 144 | 52 | 24 |
| Octal | 246 | 20 | 153 | 0 | 132 | 44 | 43 | 504 | 122 | 44 |
| Binary | 10100110 | 10000 | 1101011 | 0 | 1011010 | 100100 | 100011 | 101000100 | 1010010 | 100100 |
Color Harmonies of #A6106B
Complementary color
Monochromatic Colors of #A6106B
Black with #A6106B
Text Example
Text Example
White with #A6106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6106B; }
p { color: rgb(166,16,107); }
H1.HeaderClassName
{
color: #A6106B;
}
.AnyTagClassName
{
color: #A6106B;
}
</style>
background-color css
<style>
a { background-color: #A6106B; }
a { background-color: rgb(166,16,107); }
div.DivClassName
{
background-color: #A6106B;
}
.BgClassName
{
background-color: #A6106B;
}
</style>
border-color css
<style>
span { border-color: #A6106B; }
span { border-color: rgb(166,16,107); }
td.TdClassName
{
border-color: #A6106B;
}
.TagClassName
{
border-color: #A6106B;
}
</style>