Shades of Jazzberry Jam #A61C5C
Tints of Jazzberry Jam #A61C5C
RGB
CMYK
RGB Variations
Color information
#A61C5C (or 0xA61C5C) is known color: Jazzberry Jam. HEX triplet: A6, 1C and 5C. RGB value is (166,28,92). Sum of RGB (Red+Green+Blue) = 166+28+92=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61C5C is #59E3A3. Grayscale: #4C4C4C. Windows color (decimal): -5890980 or 6036646. OLE color: 6036646.
HSL color Cylindrical-coordinate representation of color #A61C5C: hue angle of 332.17º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61C5C is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 28 | 92 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.35 |
| HSL | 332.17º | 0.71% | 0.38% | - |
| HSV(B) | 332.17º | 0.83% | 0.65% | - |
| XYZ | 18.07 | 9.71 | 11.05 | - |
| YUV | 76.56 | 136.72 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 92 | 0 | 0.83 | 0.45 | 0.35 | 332.17 | 0.71 | 0.38 |
| Hex | A6 | 1C | 5C | 0 | 53 | 2D | 23 | 14C | 47 | 26 |
| Octal | 246 | 34 | 134 | 0 | 123 | 55 | 43 | 514 | 107 | 46 |
| Binary | 10100110 | 11100 | 1011100 | 0 | 1010011 | 101101 | 100011 | 101001100 | 1000111 | 100110 |
Color Harmonies of #A61C5C
Complementary color
Monochromatic Colors of #A61C5C
Black with #A61C5C
Text Example
Text Example
White with #A61C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61C5C; }
p { color: rgb(166,28,92); }
H1.HeaderClassName
{
color: #A61C5C;
}
.AnyTagClassName
{
color: #A61C5C;
}
</style>
background-color css
<style>
a { background-color: #A61C5C; }
a { background-color: rgb(166,28,92); }
div.DivClassName
{
background-color: #A61C5C;
}
.BgClassName
{
background-color: #A61C5C;
}
</style>
border-color css
<style>
span { border-color: #A61C5C; }
span { border-color: rgb(166,28,92); }
td.TdClassName
{
border-color: #A61C5C;
}
.TagClassName
{
border-color: #A61C5C;
}
</style>