Shades of Jazzberry Jam #A61670
Tints of Jazzberry Jam #A61670
RGB
CMYK
RGB Variations
Color information
#A61670 (or 0xA61670) is known color: Jazzberry Jam. HEX triplet: A6, 16 and 70. RGB value is (166,22,112). Sum of RGB (Red+Green+Blue) = 166+22+112=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A61670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61670 is #59E98F. Grayscale: #4B4B4B. Windows color (decimal): -5892496 or 7345830. OLE color: 7345830.
HSL color Cylindrical-coordinate representation of color #A61670: hue angle of 322.5º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61670 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 22 | 112 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.35 |
| HSL | 322.5º | 0.77% | 0.37% | - |
| HSV(B) | 322.5º | 0.87% | 0.65% | - |
| XYZ | 18.94 | 9.85 | 16.23 | - |
| YUV | 75.32 | 148.71 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 112 | 0 | 0.87 | 0.33 | 0.35 | 322.5 | 0.77 | 0.37 |
| Hex | A6 | 16 | 70 | 0 | 57 | 21 | 23 | 142 | 4D | 25 |
| Octal | 246 | 26 | 160 | 0 | 127 | 41 | 43 | 502 | 115 | 45 |
| Binary | 10100110 | 10110 | 1110000 | 0 | 1010111 | 100001 | 100011 | 101000010 | 1001101 | 100101 |
Color Harmonies of #A61670
Complementary color
Monochromatic Colors of #A61670
Black with #A61670
Text Example
Text Example
White with #A61670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61670; }
p { color: rgb(166,22,112); }
H1.HeaderClassName
{
color: #A61670;
}
.AnyTagClassName
{
color: #A61670;
}
</style>
background-color css
<style>
a { background-color: #A61670; }
a { background-color: rgb(166,22,112); }
div.DivClassName
{
background-color: #A61670;
}
.BgClassName
{
background-color: #A61670;
}
</style>
border-color css
<style>
span { border-color: #A61670; }
span { border-color: rgb(166,22,112); }
td.TdClassName
{
border-color: #A61670;
}
.TagClassName
{
border-color: #A61670;
}
</style>