Shades of Jazzberry Jam #A61A5E
Tints of Jazzberry Jam #A61A5E
RGB
CMYK
RGB Variations
Color information
#A61A5E (or 0xA61A5E) is known color: Jazzberry Jam. HEX triplet: A6, 1A and 5E. RGB value is (166,26,94). Sum of RGB (Red+Green+Blue) = 166+26+94=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61A5E is #59E5A1. Grayscale: #4B4B4B. Windows color (decimal): -5891490 or 6167206. OLE color: 6167206.
HSL color Cylindrical-coordinate representation of color #A61A5E: hue angle of 330.86º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61A5E is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 26 | 94 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.35 |
| HSL | 330.86º | 0.73% | 0.38% | - |
| HSV(B) | 330.86º | 0.84% | 0.65% | - |
| XYZ | 18.12 | 9.65 | 11.5 | - |
| YUV | 75.61 | 138.38 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 26 | 94 | 0 | 0.84 | 0.43 | 0.35 | 330.86 | 0.73 | 0.38 |
| Hex | A6 | 1A | 5E | 0 | 54 | 2B | 23 | 14B | 49 | 26 |
| Octal | 246 | 32 | 136 | 0 | 124 | 53 | 43 | 513 | 111 | 46 |
| Binary | 10100110 | 11010 | 1011110 | 0 | 1010100 | 101011 | 100011 | 101001011 | 1001001 | 100110 |
Color Harmonies of #A61A5E
Complementary color
Monochromatic Colors of #A61A5E
Black with #A61A5E
Text Example
Text Example
White with #A61A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61A5E; }
p { color: rgb(166,26,94); }
H1.HeaderClassName
{
color: #A61A5E;
}
.AnyTagClassName
{
color: #A61A5E;
}
</style>
background-color css
<style>
a { background-color: #A61A5E; }
a { background-color: rgb(166,26,94); }
div.DivClassName
{
background-color: #A61A5E;
}
.BgClassName
{
background-color: #A61A5E;
}
</style>
border-color css
<style>
span { border-color: #A61A5E; }
span { border-color: rgb(166,26,94); }
td.TdClassName
{
border-color: #A61A5E;
}
.TagClassName
{
border-color: #A61A5E;
}
</style>