Shades of Jazzberry Jam #A61B64
Tints of Jazzberry Jam #A61B64
RGB
CMYK
RGB Variations
Color information
#A61B64 (or 0xA61B64) is known color: Jazzberry Jam. HEX triplet: A6, 1B and 64. RGB value is (166,27,100). Sum of RGB (Red+Green+Blue) = 166+27+100=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A61B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61B64 is #59E49B. Grayscale: #4C4C4C. Windows color (decimal): -5891228 or 6560678. OLE color: 6560678.
HSL color Cylindrical-coordinate representation of color #A61B64: hue angle of 328.49º degrees, saturation: 0.72, 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 #A61B64 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 27 | 100 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.35 |
| HSL | 328.49º | 0.72% | 0.38% | - |
| HSV(B) | 328.49º | 0.84% | 0.65% | - |
| XYZ | 18.42 | 9.81 | 12.98 | - |
| YUV | 76.88 | 141.05 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 27 | 100 | 0 | 0.84 | 0.40 | 0.35 | 328.49 | 0.72 | 0.38 |
| Hex | A6 | 1B | 64 | 0 | 54 | 28 | 23 | 148 | 48 | 26 |
| Octal | 246 | 33 | 144 | 0 | 124 | 50 | 43 | 510 | 110 | 46 |
| Binary | 10100110 | 11011 | 1100100 | 0 | 1010100 | 101000 | 100011 | 101001000 | 1001000 | 100110 |
Color Harmonies of #A61B64
Complementary color
Monochromatic Colors of #A61B64
Black with #A61B64
Text Example
Text Example
White with #A61B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61B64; }
p { color: rgb(166,27,100); }
H1.HeaderClassName
{
color: #A61B64;
}
.AnyTagClassName
{
color: #A61B64;
}
</style>
background-color css
<style>
a { background-color: #A61B64; }
a { background-color: rgb(166,27,100); }
div.DivClassName
{
background-color: #A61B64;
}
.BgClassName
{
background-color: #A61B64;
}
</style>
border-color css
<style>
span { border-color: #A61B64; }
span { border-color: rgb(166,27,100); }
td.TdClassName
{
border-color: #A61B64;
}
.TagClassName
{
border-color: #A61B64;
}
</style>