Shades of Jazzberry Jam #A6115A
Tints of Jazzberry Jam #A6115A
RGB
CMYK
RGB Variations
Color information
#A6115A (or 0xA6115A) is known color: Jazzberry Jam. HEX triplet: A6, 11 and 5A. RGB value is (166,17,90). Sum of RGB (Red+Green+Blue) = 166+17+90=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A6115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6115A is #59EEA5. Grayscale: #454545. Windows color (decimal): -5893798 or 5902758. OLE color: 5902758.
HSL color Cylindrical-coordinate representation of color #A6115A: hue angle of 330.6º degrees, saturation: 0.81, 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 #A6115A is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 17 | 90 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.35 |
| HSL | 330.6º | 0.81% | 0.36% | - |
| HSV(B) | 330.6º | 0.9% | 0.65% | - |
| XYZ | 17.77 | 9.25 | 10.52 | - |
| YUV | 69.87 | 139.36 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 90 | 0 | 0.90 | 0.46 | 0.35 | 330.6 | 0.81 | 0.36 |
| Hex | A6 | 11 | 5A | 0 | 5A | 2E | 23 | 14B | 51 | 24 |
| Octal | 246 | 21 | 132 | 0 | 132 | 56 | 43 | 513 | 121 | 44 |
| Binary | 10100110 | 10001 | 1011010 | 0 | 1011010 | 101110 | 100011 | 101001011 | 1010001 | 100100 |
Color Harmonies of #A6115A
Complementary color
Monochromatic Colors of #A6115A
Black with #A6115A
Text Example
Text Example
White with #A6115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6115A; }
p { color: rgb(166,17,90); }
H1.HeaderClassName
{
color: #A6115A;
}
.AnyTagClassName
{
color: #A6115A;
}
</style>
background-color css
<style>
a { background-color: #A6115A; }
a { background-color: rgb(166,17,90); }
div.DivClassName
{
background-color: #A6115A;
}
.BgClassName
{
background-color: #A6115A;
}
</style>
border-color css
<style>
span { border-color: #A6115A; }
span { border-color: rgb(166,17,90); }
td.TdClassName
{
border-color: #A6115A;
}
.TagClassName
{
border-color: #A6115A;
}
</style>