Shades of Jazzberry Jam #A81873
Tints of Jazzberry Jam #A81873
RGB
CMYK
RGB Variations
Color information
#A81873 (or 0xA81873) is known color: Jazzberry Jam. HEX triplet: A8, 18 and 73. RGB value is (168,24,115). Sum of RGB (Red+Green+Blue) = 168+24+115=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A81873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81873 is #57E78C. Grayscale: #4D4D4D. Windows color (decimal): -5760909 or 7542952. OLE color: 7542952.
HSL color Cylindrical-coordinate representation of color #A81873: hue angle of 322.08º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81873 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 115 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.34 |
| HSL | 322.08º | 0.75% | 0.38% | - |
| HSV(B) | 322.08º | 0.86% | 0.66% | - |
| XYZ | 19.57 | 10.22 | 17.16 | - |
| YUV | 77.43 | 149.21 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 115 | 0 | 0.86 | 0.32 | 0.34 | 322.08 | 0.75 | 0.38 |
| Hex | A8 | 18 | 73 | 0 | 56 | 20 | 22 | 142 | 4B | 26 |
| Octal | 250 | 30 | 163 | 0 | 126 | 40 | 42 | 502 | 113 | 46 |
| Binary | 10101000 | 11000 | 1110011 | 0 | 1010110 | 100000 | 100010 | 101000010 | 1001011 | 100110 |
Color Harmonies of #A81873
Complementary color
Monochromatic Colors of #A81873
Black with #A81873
Text Example
Text Example
White with #A81873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81873; }
p { color: rgb(168,24,115); }
H1.HeaderClassName
{
color: #A81873;
}
.AnyTagClassName
{
color: #A81873;
}
</style>
background-color css
<style>
a { background-color: #A81873; }
a { background-color: rgb(168,24,115); }
div.DivClassName
{
background-color: #A81873;
}
.BgClassName
{
background-color: #A81873;
}
</style>
border-color css
<style>
span { border-color: #A81873; }
span { border-color: rgb(168,24,115); }
td.TdClassName
{
border-color: #A81873;
}
.TagClassName
{
border-color: #A81873;
}
</style>