Shades of Jazzberry Jam #A81973
Tints of Jazzberry Jam #A81973
RGB
CMYK
RGB Variations
Color information
#A81973 (or 0xA81973) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 73. RGB value is (168,25,115). Sum of RGB (Red+Green+Blue) = 168+25+115=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A81973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81973 is #57E68C. Grayscale: #4D4D4D. Windows color (decimal): -5760653 or 7543208. OLE color: 7543208.
HSL color Cylindrical-coordinate representation of color #A81973: hue angle of 322.24º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81973 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 115 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.34 |
| HSL | 322.24º | 0.74% | 0.38% | - |
| HSV(B) | 322.24º | 0.85% | 0.66% | - |
| XYZ | 19.59 | 10.26 | 17.17 | - |
| YUV | 78.02 | 148.88 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 115 | 0 | 0.85 | 0.32 | 0.34 | 322.24 | 0.74 | 0.38 |
| Hex | A8 | 19 | 73 | 0 | 55 | 20 | 22 | 142 | 4A | 26 |
| Octal | 250 | 31 | 163 | 0 | 125 | 40 | 42 | 502 | 112 | 46 |
| Binary | 10101000 | 11001 | 1110011 | 0 | 1010101 | 100000 | 100010 | 101000010 | 1001010 | 100110 |
Color Harmonies of #A81973
Complementary color
Monochromatic Colors of #A81973
Black with #A81973
Text Example
Text Example
White with #A81973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81973; }
p { color: rgb(168,25,115); }
H1.HeaderClassName
{
color: #A81973;
}
.AnyTagClassName
{
color: #A81973;
}
</style>
background-color css
<style>
a { background-color: #A81973; }
a { background-color: rgb(168,25,115); }
div.DivClassName
{
background-color: #A81973;
}
.BgClassName
{
background-color: #A81973;
}
</style>
border-color css
<style>
span { border-color: #A81973; }
span { border-color: rgb(168,25,115); }
td.TdClassName
{
border-color: #A81973;
}
.TagClassName
{
border-color: #A81973;
}
</style>