Shades of Jazzberry Jam #A61768
Tints of Jazzberry Jam #A61768
RGB
CMYK
RGB Variations
Color information
#A61768 (or 0xA61768) is known color: Jazzberry Jam. HEX triplet: A6, 17 and 68. RGB value is (166,23,104). Sum of RGB (Red+Green+Blue) = 166+23+104=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A61768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61768 is #59E897. Grayscale: #4A4A4A. Windows color (decimal): -5892248 or 6821798. OLE color: 6821798.
HSL color Cylindrical-coordinate representation of color #A61768: hue angle of 326.01º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61768 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 23 | 104 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.35 |
| HSL | 326.01º | 0.76% | 0.37% | - |
| HSV(B) | 326.01º | 0.86% | 0.65% | - |
| XYZ | 18.53 | 9.72 | 14 | - |
| YUV | 74.99 | 144.38 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 23 | 104 | 0 | 0.86 | 0.37 | 0.35 | 326.01 | 0.76 | 0.37 |
| Hex | A6 | 17 | 68 | 0 | 56 | 25 | 23 | 146 | 4C | 25 |
| Octal | 246 | 27 | 150 | 0 | 126 | 45 | 43 | 506 | 114 | 45 |
| Binary | 10100110 | 10111 | 1101000 | 0 | 1010110 | 100101 | 100011 | 101000110 | 1001100 | 100101 |
Color Harmonies of #A61768
Complementary color
Monochromatic Colors of #A61768
Black with #A61768
Text Example
Text Example
White with #A61768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61768; }
p { color: rgb(166,23,104); }
H1.HeaderClassName
{
color: #A61768;
}
.AnyTagClassName
{
color: #A61768;
}
</style>
background-color css
<style>
a { background-color: #A61768; }
a { background-color: rgb(166,23,104); }
div.DivClassName
{
background-color: #A61768;
}
.BgClassName
{
background-color: #A61768;
}
</style>
border-color css
<style>
span { border-color: #A61768; }
span { border-color: rgb(166,23,104); }
td.TdClassName
{
border-color: #A61768;
}
.TagClassName
{
border-color: #A61768;
}
</style>