Shades of Jazzberry Jam #A61C5D
Tints of Jazzberry Jam #A61C5D
RGB
CMYK
RGB Variations
Color information
#A61C5D (or 0xA61C5D) is known color: Jazzberry Jam. HEX triplet: A6, 1C and 5D. RGB value is (166,28,93). Sum of RGB (Red+Green+Blue) = 166+28+93=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61C5D is #59E3A2. Grayscale: #4C4C4C. Windows color (decimal): -5890979 or 6102182. OLE color: 6102182.
HSL color Cylindrical-coordinate representation of color #A61C5D: hue angle of 331.74º 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 #A61C5D is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 28 | 93 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.35 |
| HSL | 331.74º | 0.71% | 0.38% | - |
| HSV(B) | 331.74º | 0.83% | 0.65% | - |
| XYZ | 18.12 | 9.73 | 11.28 | - |
| YUV | 76.67 | 137.22 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 93 | 0 | 0.83 | 0.44 | 0.35 | 331.74 | 0.71 | 0.38 |
| Hex | A6 | 1C | 5D | 0 | 53 | 2C | 23 | 14C | 47 | 26 |
| Octal | 246 | 34 | 135 | 0 | 123 | 54 | 43 | 514 | 107 | 46 |
| Binary | 10100110 | 11100 | 1011101 | 0 | 1010011 | 101100 | 100011 | 101001100 | 1000111 | 100110 |
Color Harmonies of #A61C5D
Complementary color
Monochromatic Colors of #A61C5D
Black with #A61C5D
Text Example
Text Example
White with #A61C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61C5D; }
p { color: rgb(166,28,93); }
H1.HeaderClassName
{
color: #A61C5D;
}
.AnyTagClassName
{
color: #A61C5D;
}
</style>
background-color css
<style>
a { background-color: #A61C5D; }
a { background-color: rgb(166,28,93); }
div.DivClassName
{
background-color: #A61C5D;
}
.BgClassName
{
background-color: #A61C5D;
}
</style>
border-color css
<style>
span { border-color: #A61C5D; }
span { border-color: rgb(166,28,93); }
td.TdClassName
{
border-color: #A61C5D;
}
.TagClassName
{
border-color: #A61C5D;
}
</style>