Shades of Jazzberry Jam #A6195D
Tints of Jazzberry Jam #A6195D
RGB
CMYK
RGB Variations
Color information
#A6195D (or 0xA6195D) is known color: Jazzberry Jam. HEX triplet: A6, 19 and 5D. RGB value is (166,25,93). Sum of RGB (Red+Green+Blue) = 166+25+93=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A6195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6195D is #59E6A2. Grayscale: #4A4A4A. Windows color (decimal): -5891747 or 6101414. OLE color: 6101414.
HSL color Cylindrical-coordinate representation of color #A6195D: hue angle of 331.06º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6195D is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 25 | 93 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.35 |
| HSL | 331.06º | 0.74% | 0.37% | - |
| HSV(B) | 331.06º | 0.85% | 0.65% | - |
| XYZ | 18.05 | 9.59 | 11.26 | - |
| YUV | 74.91 | 138.21 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 93 | 0 | 0.85 | 0.44 | 0.35 | 331.06 | 0.74 | 0.37 |
| Hex | A6 | 19 | 5D | 0 | 55 | 2C | 23 | 14B | 4A | 25 |
| Octal | 246 | 31 | 135 | 0 | 125 | 54 | 43 | 513 | 112 | 45 |
| Binary | 10100110 | 11001 | 1011101 | 0 | 1010101 | 101100 | 100011 | 101001011 | 1001010 | 100101 |
Color Harmonies of #A6195D
Complementary color
Monochromatic Colors of #A6195D
Black with #A6195D
Text Example
Text Example
White with #A6195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6195D; }
p { color: rgb(166,25,93); }
H1.HeaderClassName
{
color: #A6195D;
}
.AnyTagClassName
{
color: #A6195D;
}
</style>
background-color css
<style>
a { background-color: #A6195D; }
a { background-color: rgb(166,25,93); }
div.DivClassName
{
background-color: #A6195D;
}
.BgClassName
{
background-color: #A6195D;
}
</style>
border-color css
<style>
span { border-color: #A6195D; }
span { border-color: rgb(166,25,93); }
td.TdClassName
{
border-color: #A6195D;
}
.TagClassName
{
border-color: #A6195D;
}
</style>