Shades of Jazzberry Jam #A61565
Tints of Jazzberry Jam #A61565
RGB
CMYK
RGB Variations
Color information
#A61565 (or 0xA61565) is known color: Jazzberry Jam. HEX triplet: A6, 15 and 65. RGB value is (166,21,101). Sum of RGB (Red+Green+Blue) = 166+21+101=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A61565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61565 is #59EA9A. Grayscale: #494949. Windows color (decimal): -5892763 or 6624678. OLE color: 6624678.
HSL color Cylindrical-coordinate representation of color #A61565: hue angle of 326.9º degrees, saturation: 0.78, 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 #A61565 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 21 | 101 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.35 |
| HSL | 326.9º | 0.78% | 0.37% | - |
| HSV(B) | 326.9º | 0.87% | 0.65% | - |
| XYZ | 18.34 | 9.58 | 13.19 | - |
| YUV | 73.48 | 143.54 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 101 | 0 | 0.87 | 0.39 | 0.35 | 326.9 | 0.78 | 0.37 |
| Hex | A6 | 15 | 65 | 0 | 57 | 27 | 23 | 147 | 4E | 25 |
| Octal | 246 | 25 | 145 | 0 | 127 | 47 | 43 | 507 | 116 | 45 |
| Binary | 10100110 | 10101 | 1100101 | 0 | 1010111 | 100111 | 100011 | 101000111 | 1001110 | 100101 |
Color Harmonies of #A61565
Complementary color
Monochromatic Colors of #A61565
Black with #A61565
Text Example
Text Example
White with #A61565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61565; }
p { color: rgb(166,21,101); }
H1.HeaderClassName
{
color: #A61565;
}
.AnyTagClassName
{
color: #A61565;
}
</style>
background-color css
<style>
a { background-color: #A61565; }
a { background-color: rgb(166,21,101); }
div.DivClassName
{
background-color: #A61565;
}
.BgClassName
{
background-color: #A61565;
}
</style>
border-color css
<style>
span { border-color: #A61565; }
span { border-color: rgb(166,21,101); }
td.TdClassName
{
border-color: #A61565;
}
.TagClassName
{
border-color: #A61565;
}
</style>