Shades of Jazzberry Jam #A61C6B
Tints of Jazzberry Jam #A61C6B
RGB
CMYK
RGB Variations
Color information
#A61C6B (or 0xA61C6B) is known color: Jazzberry Jam. HEX triplet: A6, 1C and 6B. RGB value is (166,28,107). Sum of RGB (Red+Green+Blue) = 166+28+107=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61C6B is #59E394. Grayscale: #4E4E4E. Windows color (decimal): -5890965 or 7019686. OLE color: 7019686.
HSL color Cylindrical-coordinate representation of color #A61C6B: hue angle of 325.65º 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 #A61C6B is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 28 | 107 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.35 |
| HSL | 325.65º | 0.71% | 0.38% | - |
| HSV(B) | 325.65º | 0.83% | 0.65% | - |
| XYZ | 18.79 | 10 | 14.85 | - |
| YUV | 78.27 | 144.22 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 107 | 0 | 0.83 | 0.36 | 0.35 | 325.65 | 0.71 | 0.38 |
| Hex | A6 | 1C | 6B | 0 | 53 | 24 | 23 | 146 | 47 | 26 |
| Octal | 246 | 34 | 153 | 0 | 123 | 44 | 43 | 506 | 107 | 46 |
| Binary | 10100110 | 11100 | 1101011 | 0 | 1010011 | 100100 | 100011 | 101000110 | 1000111 | 100110 |
Color Harmonies of #A61C6B
Complementary color
Monochromatic Colors of #A61C6B
Black with #A61C6B
Text Example
Text Example
White with #A61C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61C6B; }
p { color: rgb(166,28,107); }
H1.HeaderClassName
{
color: #A61C6B;
}
.AnyTagClassName
{
color: #A61C6B;
}
</style>
background-color css
<style>
a { background-color: #A61C6B; }
a { background-color: rgb(166,28,107); }
div.DivClassName
{
background-color: #A61C6B;
}
.BgClassName
{
background-color: #A61C6B;
}
</style>
border-color css
<style>
span { border-color: #A61C6B; }
span { border-color: rgb(166,28,107); }
td.TdClassName
{
border-color: #A61C6B;
}
.TagClassName
{
border-color: #A61C6B;
}
</style>