Shades of Jazzberry Jam #A61973
Tints of Jazzberry Jam #A61973
RGB
CMYK
RGB Variations
Color information
#A61973 (or 0xA61973) is known color: Jazzberry Jam. HEX triplet: A6, 19 and 73. RGB value is (166,25,115). Sum of RGB (Red+Green+Blue) = 166+25+115=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A61973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61973 is #59E68C. Grayscale: #4D4D4D. Windows color (decimal): -5891725 or 7543206. OLE color: 7543206.
HSL color Cylindrical-coordinate representation of color #A61973: hue angle of 321.7º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61973 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 25 | 115 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.35 |
| HSL | 321.7º | 0.74% | 0.37% | - |
| HSV(B) | 321.7º | 0.85% | 0.65% | - |
| XYZ | 19.17 | 10.04 | 17.15 | - |
| YUV | 77.42 | 149.21 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 115 | 0 | 0.85 | 0.31 | 0.35 | 321.7 | 0.74 | 0.37 |
| Hex | A6 | 19 | 73 | 0 | 55 | 1F | 23 | 142 | 4A | 25 |
| Octal | 246 | 31 | 163 | 0 | 125 | 37 | 43 | 502 | 112 | 45 |
| Binary | 10100110 | 11001 | 1110011 | 0 | 1010101 | 11111 | 100011 | 101000010 | 1001010 | 100101 |
Color Harmonies of #A61973
Complementary color
Monochromatic Colors of #A61973
Black with #A61973
Text Example
Text Example
White with #A61973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61973; }
p { color: rgb(166,25,115); }
H1.HeaderClassName
{
color: #A61973;
}
.AnyTagClassName
{
color: #A61973;
}
</style>
background-color css
<style>
a { background-color: #A61973; }
a { background-color: rgb(166,25,115); }
div.DivClassName
{
background-color: #A61973;
}
.BgClassName
{
background-color: #A61973;
}
</style>
border-color css
<style>
span { border-color: #A61973; }
span { border-color: rgb(166,25,115); }
td.TdClassName
{
border-color: #A61973;
}
.TagClassName
{
border-color: #A61973;
}
</style>