Shades of Jazzberry Jam #A6155A
Tints of Jazzberry Jam #A6155A
RGB
CMYK
RGB Variations
Color information
#A6155A (or 0xA6155A) is known color: Jazzberry Jam. HEX triplet: A6, 15 and 5A. RGB value is (166,21,90). Sum of RGB (Red+Green+Blue) = 166+21+90=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A6155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6155A is #59EAA5. Grayscale: #484848. Windows color (decimal): -5892774 or 5903782. OLE color: 5903782.
HSL color Cylindrical-coordinate representation of color #A6155A: hue angle of 331.45º 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 #A6155A is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 21 | 90 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.35 |
| HSL | 331.45º | 0.78% | 0.37% | - |
| HSV(B) | 331.45º | 0.87% | 0.65% | - |
| XYZ | 17.84 | 9.38 | 10.54 | - |
| YUV | 72.22 | 138.04 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 90 | 0 | 0.87 | 0.46 | 0.35 | 331.45 | 0.78 | 0.37 |
| Hex | A6 | 15 | 5A | 0 | 57 | 2E | 23 | 14B | 4E | 25 |
| Octal | 246 | 25 | 132 | 0 | 127 | 56 | 43 | 513 | 116 | 45 |
| Binary | 10100110 | 10101 | 1011010 | 0 | 1010111 | 101110 | 100011 | 101001011 | 1001110 | 100101 |
Color Harmonies of #A6155A
Complementary color
Monochromatic Colors of #A6155A
Black with #A6155A
Text Example
Text Example
White with #A6155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6155A; }
p { color: rgb(166,21,90); }
H1.HeaderClassName
{
color: #A6155A;
}
.AnyTagClassName
{
color: #A6155A;
}
</style>
background-color css
<style>
a { background-color: #A6155A; }
a { background-color: rgb(166,21,90); }
div.DivClassName
{
background-color: #A6155A;
}
.BgClassName
{
background-color: #A6155A;
}
</style>
border-color css
<style>
span { border-color: #A6155A; }
span { border-color: rgb(166,21,90); }
td.TdClassName
{
border-color: #A6155A;
}
.TagClassName
{
border-color: #A6155A;
}
</style>