Shades of Jazzberry Jam #A61573
Tints of Jazzberry Jam #A61573
RGB
CMYK
RGB Variations
Color information
#A61573 (or 0xA61573) is known color: Jazzberry Jam. HEX triplet: A6, 15 and 73. RGB value is (166,21,115). Sum of RGB (Red+Green+Blue) = 166+21+115=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A61573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61573 is #59EA8C. Grayscale: #4A4A4A. Windows color (decimal): -5892749 or 7542182. OLE color: 7542182.
HSL color Cylindrical-coordinate representation of color #A61573: hue angle of 321.1º 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 #A61573 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 21 | 115 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.35 |
| HSL | 321.1º | 0.78% | 0.37% | - |
| HSV(B) | 321.1º | 0.87% | 0.65% | - |
| XYZ | 19.09 | 9.88 | 17.12 | - |
| YUV | 75.07 | 150.54 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 115 | 0 | 0.87 | 0.31 | 0.35 | 321.1 | 0.78 | 0.37 |
| Hex | A6 | 15 | 73 | 0 | 57 | 1F | 23 | 141 | 4E | 25 |
| Octal | 246 | 25 | 163 | 0 | 127 | 37 | 43 | 501 | 116 | 45 |
| Binary | 10100110 | 10101 | 1110011 | 0 | 1010111 | 11111 | 100011 | 101000001 | 1001110 | 100101 |
Color Harmonies of #A61573
Complementary color
Monochromatic Colors of #A61573
Black with #A61573
Text Example
Text Example
White with #A61573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61573; }
p { color: rgb(166,21,115); }
H1.HeaderClassName
{
color: #A61573;
}
.AnyTagClassName
{
color: #A61573;
}
</style>
background-color css
<style>
a { background-color: #A61573; }
a { background-color: rgb(166,21,115); }
div.DivClassName
{
background-color: #A61573;
}
.BgClassName
{
background-color: #A61573;
}
</style>
border-color css
<style>
span { border-color: #A61573; }
span { border-color: rgb(166,21,115); }
td.TdClassName
{
border-color: #A61573;
}
.TagClassName
{
border-color: #A61573;
}
</style>