Shades of Jazzberry Jam #A6155E
Tints of Jazzberry Jam #A6155E
RGB
CMYK
RGB Variations
Color information
#A6155E (or 0xA6155E) is known color: Jazzberry Jam. HEX triplet: A6, 15 and 5E. RGB value is (166,21,94). Sum of RGB (Red+Green+Blue) = 166+21+94=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A6155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6155E is #59EAA1. Grayscale: #484848. Windows color (decimal): -5892770 or 6165926. OLE color: 6165926.
HSL color Cylindrical-coordinate representation of color #A6155E: hue angle of 329.79º 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 #A6155E is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 21 | 94 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.35 |
| HSL | 329.79º | 0.78% | 0.37% | - |
| HSV(B) | 329.79º | 0.87% | 0.65% | - |
| XYZ | 18.01 | 9.45 | 11.46 | - |
| YUV | 72.68 | 140.04 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 94 | 0 | 0.87 | 0.43 | 0.35 | 329.79 | 0.78 | 0.37 |
| Hex | A6 | 15 | 5E | 0 | 57 | 2B | 23 | 14A | 4E | 25 |
| Octal | 246 | 25 | 136 | 0 | 127 | 53 | 43 | 512 | 116 | 45 |
| Binary | 10100110 | 10101 | 1011110 | 0 | 1010111 | 101011 | 100011 | 101001010 | 1001110 | 100101 |
Color Harmonies of #A6155E
Complementary color
Monochromatic Colors of #A6155E
Black with #A6155E
Text Example
Text Example
White with #A6155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6155E; }
p { color: rgb(166,21,94); }
H1.HeaderClassName
{
color: #A6155E;
}
.AnyTagClassName
{
color: #A6155E;
}
</style>
background-color css
<style>
a { background-color: #A6155E; }
a { background-color: rgb(166,21,94); }
div.DivClassName
{
background-color: #A6155E;
}
.BgClassName
{
background-color: #A6155E;
}
</style>
border-color css
<style>
span { border-color: #A6155E; }
span { border-color: rgb(166,21,94); }
td.TdClassName
{
border-color: #A6155E;
}
.TagClassName
{
border-color: #A6155E;
}
</style>