Shades of Jazzberry Jam #A61675
Tints of Jazzberry Jam #A61675
RGB
CMYK
RGB Variations
Color information
#A61675 (or 0xA61675) is known color: Jazzberry Jam. HEX triplet: A6, 16 and 75. RGB value is (166,22,117). Sum of RGB (Red+Green+Blue) = 166+22+117=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A61675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61675 is #59E98A. Grayscale: #4B4B4B. Windows color (decimal): -5892491 or 7673510. OLE color: 7673510.
HSL color Cylindrical-coordinate representation of color #A61675: hue angle of 320.42º 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 #A61675 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 22 | 117 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.35 |
| HSL | 320.42º | 0.77% | 0.37% | - |
| HSV(B) | 320.42º | 0.87% | 0.65% | - |
| XYZ | 19.22 | 9.97 | 17.74 | - |
| YUV | 75.89 | 151.21 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 117 | 0 | 0.87 | 0.30 | 0.35 | 320.42 | 0.77 | 0.37 |
| Hex | A6 | 16 | 75 | 0 | 57 | 1E | 23 | 140 | 4D | 25 |
| Octal | 246 | 26 | 165 | 0 | 127 | 36 | 43 | 500 | 115 | 45 |
| Binary | 10100110 | 10110 | 1110101 | 0 | 1010111 | 11110 | 100011 | 101000000 | 1001101 | 100101 |
Color Harmonies of #A61675
Complementary color
Monochromatic Colors of #A61675
Black with #A61675
Text Example
Text Example
White with #A61675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61675; }
p { color: rgb(166,22,117); }
H1.HeaderClassName
{
color: #A61675;
}
.AnyTagClassName
{
color: #A61675;
}
</style>
background-color css
<style>
a { background-color: #A61675; }
a { background-color: rgb(166,22,117); }
div.DivClassName
{
background-color: #A61675;
}
.BgClassName
{
background-color: #A61675;
}
</style>
border-color css
<style>
span { border-color: #A61675; }
span { border-color: rgb(166,22,117); }
td.TdClassName
{
border-color: #A61675;
}
.TagClassName
{
border-color: #A61675;
}
</style>