Shades of Jazzberry Jam #A6155B
Tints of Jazzberry Jam #A6155B
RGB
CMYK
RGB Variations
Color information
#A6155B (or 0xA6155B) is known color: Jazzberry Jam. HEX triplet: A6, 15 and 5B. RGB value is (166,21,91). Sum of RGB (Red+Green+Blue) = 166+21+91=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A6155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6155B is #59EAA4. Grayscale: #484848. Windows color (decimal): -5892773 or 5969318. OLE color: 5969318.
HSL color Cylindrical-coordinate representation of color #A6155B: hue angle of 331.03º 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 #A6155B is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 21 | 91 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.35 |
| HSL | 331.03º | 0.78% | 0.37% | - |
| HSV(B) | 331.03º | 0.87% | 0.65% | - |
| XYZ | 17.88 | 9.4 | 10.77 | - |
| YUV | 72.34 | 138.54 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 91 | 0 | 0.87 | 0.45 | 0.35 | 331.03 | 0.78 | 0.37 |
| Hex | A6 | 15 | 5B | 0 | 57 | 2D | 23 | 14B | 4E | 25 |
| Octal | 246 | 25 | 133 | 0 | 127 | 55 | 43 | 513 | 116 | 45 |
| Binary | 10100110 | 10101 | 1011011 | 0 | 1010111 | 101101 | 100011 | 101001011 | 1001110 | 100101 |
Color Harmonies of #A6155B
Complementary color
Monochromatic Colors of #A6155B
Black with #A6155B
Text Example
Text Example
White with #A6155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6155B; }
p { color: rgb(166,21,91); }
H1.HeaderClassName
{
color: #A6155B;
}
.AnyTagClassName
{
color: #A6155B;
}
</style>
background-color css
<style>
a { background-color: #A6155B; }
a { background-color: rgb(166,21,91); }
div.DivClassName
{
background-color: #A6155B;
}
.BgClassName
{
background-color: #A6155B;
}
</style>
border-color css
<style>
span { border-color: #A6155B; }
span { border-color: rgb(166,21,91); }
td.TdClassName
{
border-color: #A6155B;
}
.TagClassName
{
border-color: #A6155B;
}
</style>