Shades of Jazzberry Jam #A81971
Tints of Jazzberry Jam #A81971
RGB
CMYK
RGB Variations
Color information
#A81971 (or 0xA81971) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 71. RGB value is (168,25,113). Sum of RGB (Red+Green+Blue) = 168+25+113=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A81971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81971 is #57E68E. Grayscale: #4D4D4D. Windows color (decimal): -5760655 or 7412136. OLE color: 7412136.
HSL color Cylindrical-coordinate representation of color #A81971: hue angle of 323.08º 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 #A81971 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 113 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.34 |
| HSL | 323.08º | 0.74% | 0.38% | - |
| HSV(B) | 323.08º | 0.85% | 0.66% | - |
| XYZ | 19.48 | 10.21 | 16.57 | - |
| YUV | 77.79 | 147.88 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 113 | 0 | 0.85 | 0.33 | 0.34 | 323.08 | 0.74 | 0.38 |
| Hex | A8 | 19 | 71 | 0 | 55 | 21 | 22 | 143 | 4A | 26 |
| Octal | 250 | 31 | 161 | 0 | 125 | 41 | 42 | 503 | 112 | 46 |
| Binary | 10101000 | 11001 | 1110001 | 0 | 1010101 | 100001 | 100010 | 101000011 | 1001010 | 100110 |
Color Harmonies of #A81971
Complementary color
Monochromatic Colors of #A81971
Black with #A81971
Text Example
Text Example
White with #A81971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81971; }
p { color: rgb(168,25,113); }
H1.HeaderClassName
{
color: #A81971;
}
.AnyTagClassName
{
color: #A81971;
}
</style>
background-color css
<style>
a { background-color: #A81971; }
a { background-color: rgb(168,25,113); }
div.DivClassName
{
background-color: #A81971;
}
.BgClassName
{
background-color: #A81971;
}
</style>
border-color css
<style>
span { border-color: #A81971; }
span { border-color: rgb(168,25,113); }
td.TdClassName
{
border-color: #A81971;
}
.TagClassName
{
border-color: #A81971;
}
</style>