Shades of Jazzberry Jam #A6115B
Tints of Jazzberry Jam #A6115B
RGB
CMYK
RGB Variations
Color information
#A6115B (or 0xA6115B) is known color: Jazzberry Jam. HEX triplet: A6, 11 and 5B. RGB value is (166,17,91). Sum of RGB (Red+Green+Blue) = 166+17+91=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A6115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6115B is #59EEA4. Grayscale: #454545. Windows color (decimal): -5893797 or 5968294. OLE color: 5968294.
HSL color Cylindrical-coordinate representation of color #A6115B: hue angle of 330.2º 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 #A6115B is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 17 | 91 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.35 |
| HSL | 330.2º | 0.81% | 0.36% | - |
| HSV(B) | 330.2º | 0.9% | 0.65% | - |
| XYZ | 17.81 | 9.26 | 10.75 | - |
| YUV | 69.99 | 139.86 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 17 | 91 | 0 | 0.90 | 0.45 | 0.35 | 330.2 | 0.81 | 0.36 |
| Hex | A6 | 11 | 5B | 0 | 5A | 2D | 23 | 14A | 51 | 24 |
| Octal | 246 | 21 | 133 | 0 | 132 | 55 | 43 | 512 | 121 | 44 |
| Binary | 10100110 | 10001 | 1011011 | 0 | 1011010 | 101101 | 100011 | 101001010 | 1010001 | 100100 |
Color Harmonies of #A6115B
Complementary color
Monochromatic Colors of #A6115B
Black with #A6115B
Text Example
Text Example
White with #A6115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6115B; }
p { color: rgb(166,17,91); }
H1.HeaderClassName
{
color: #A6115B;
}
.AnyTagClassName
{
color: #A6115B;
}
</style>
background-color css
<style>
a { background-color: #A6115B; }
a { background-color: rgb(166,17,91); }
div.DivClassName
{
background-color: #A6115B;
}
.BgClassName
{
background-color: #A6115B;
}
</style>
border-color css
<style>
span { border-color: #A6115B; }
span { border-color: rgb(166,17,91); }
td.TdClassName
{
border-color: #A6115B;
}
.TagClassName
{
border-color: #A6115B;
}
</style>