Shades of Jazzberry Jam #A6105B
Tints of Jazzberry Jam #A6105B
RGB
CMYK
RGB Variations
Color information
#A6105B (or 0xA6105B) is known color: Jazzberry Jam. HEX triplet: A6, 10 and 5B. RGB value is (166,16,91). Sum of RGB (Red+Green+Blue) = 166+16+91=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A6105B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6105B is #59EFA4. Grayscale: #454545. Windows color (decimal): -5894053 or 5968038. OLE color: 5968038.
HSL color Cylindrical-coordinate representation of color #A6105B: hue angle of 330º 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 #A6105B is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 91 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.35 |
| HSL | 330º | 0.82% | 0.36% | - |
| HSV(B) | 330º | 0.9% | 0.65% | - |
| XYZ | 17.8 | 9.23 | 10.74 | - |
| YUV | 69.4 | 140.2 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 91 | 0 | 0.90 | 0.45 | 0.35 | 330 | 0.82 | 0.36 |
| Hex | A6 | 10 | 5B | 0 | 5A | 2D | 23 | 14A | 52 | 24 |
| Octal | 246 | 20 | 133 | 0 | 132 | 55 | 43 | 512 | 122 | 44 |
| Binary | 10100110 | 10000 | 1011011 | 0 | 1011010 | 101101 | 100011 | 101001010 | 1010010 | 100100 |
Color Harmonies of #A6105B
Complementary color
Monochromatic Colors of #A6105B
Black with #A6105B
Text Example
Text Example
White with #A6105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6105B; }
p { color: rgb(166,16,91); }
H1.HeaderClassName
{
color: #A6105B;
}
.AnyTagClassName
{
color: #A6105B;
}
</style>
background-color css
<style>
a { background-color: #A6105B; }
a { background-color: rgb(166,16,91); }
div.DivClassName
{
background-color: #A6105B;
}
.BgClassName
{
background-color: #A6105B;
}
</style>
border-color css
<style>
span { border-color: #A6105B; }
span { border-color: rgb(166,16,91); }
td.TdClassName
{
border-color: #A6105B;
}
.TagClassName
{
border-color: #A6105B;
}
</style>