Shades of Jazzberry Jam #A81974
Tints of Jazzberry Jam #A81974
RGB
CMYK
RGB Variations
Color information
#A81974 (or 0xA81974) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 74. RGB value is (168,25,116). Sum of RGB (Red+Green+Blue) = 168+25+116=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A81974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81974 is #57E68B. Grayscale: #4D4D4D. Windows color (decimal): -5760652 or 7608744. OLE color: 7608744.
HSL color Cylindrical-coordinate representation of color #A81974: hue angle of 321.82º 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 #A81974 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 116 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.34 |
| HSL | 321.82º | 0.74% | 0.38% | - |
| HSV(B) | 321.82º | 0.85% | 0.66% | - |
| XYZ | 19.65 | 10.28 | 17.47 | - |
| YUV | 78.13 | 149.38 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 116 | 0 | 0.85 | 0.31 | 0.34 | 321.82 | 0.74 | 0.38 |
| Hex | A8 | 19 | 74 | 0 | 55 | 1F | 22 | 142 | 4A | 26 |
| Octal | 250 | 31 | 164 | 0 | 125 | 37 | 42 | 502 | 112 | 46 |
| Binary | 10101000 | 11001 | 1110100 | 0 | 1010101 | 11111 | 100010 | 101000010 | 1001010 | 100110 |
Color Harmonies of #A81974
Complementary color
Monochromatic Colors of #A81974
Black with #A81974
Text Example
Text Example
White with #A81974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81974; }
p { color: rgb(168,25,116); }
H1.HeaderClassName
{
color: #A81974;
}
.AnyTagClassName
{
color: #A81974;
}
</style>
background-color css
<style>
a { background-color: #A81974; }
a { background-color: rgb(168,25,116); }
div.DivClassName
{
background-color: #A81974;
}
.BgClassName
{
background-color: #A81974;
}
</style>
border-color css
<style>
span { border-color: #A81974; }
span { border-color: rgb(168,25,116); }
td.TdClassName
{
border-color: #A81974;
}
.TagClassName
{
border-color: #A81974;
}
</style>