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