Shades of Jazzberry Jam #A6155C
Tints of Jazzberry Jam #A6155C
RGB
CMYK
RGB Variations
Color information
#A6155C (or 0xA6155C) is known color: Jazzberry Jam. HEX triplet: A6, 15 and 5C. RGB value is (166,21,92). Sum of RGB (Red+Green+Blue) = 166+21+92=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A6155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6155C is #59EAA3. Grayscale: #484848. Windows color (decimal): -5892772 or 6034854. OLE color: 6034854.
HSL color Cylindrical-coordinate representation of color #A6155C: hue angle of 330.62º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6155C is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 21 | 92 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.35 |
| HSL | 330.62º | 0.78% | 0.37% | - |
| HSV(B) | 330.62º | 0.87% | 0.65% | - |
| XYZ | 17.93 | 9.42 | 11 | - |
| YUV | 72.45 | 139.04 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 92 | 0 | 0.87 | 0.45 | 0.35 | 330.62 | 0.78 | 0.37 |
| Hex | A6 | 15 | 5C | 0 | 57 | 2D | 23 | 14B | 4E | 25 |
| Octal | 246 | 25 | 134 | 0 | 127 | 55 | 43 | 513 | 116 | 45 |
| Binary | 10100110 | 10101 | 1011100 | 0 | 1010111 | 101101 | 100011 | 101001011 | 1001110 | 100101 |
Color Harmonies of #A6155C
Complementary color
Monochromatic Colors of #A6155C
Black with #A6155C
Text Example
Text Example
White with #A6155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6155C; }
p { color: rgb(166,21,92); }
H1.HeaderClassName
{
color: #A6155C;
}
.AnyTagClassName
{
color: #A6155C;
}
</style>
background-color css
<style>
a { background-color: #A6155C; }
a { background-color: rgb(166,21,92); }
div.DivClassName
{
background-color: #A6155C;
}
.BgClassName
{
background-color: #A6155C;
}
</style>
border-color css
<style>
span { border-color: #A6155C; }
span { border-color: rgb(166,21,92); }
td.TdClassName
{
border-color: #A6155C;
}
.TagClassName
{
border-color: #A6155C;
}
</style>