Shades of Jazzberry Jam #A81772
Tints of Jazzberry Jam #A81772
RGB
CMYK
RGB Variations
Color information
#A81772 (or 0xA81772) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 72. RGB value is (168,23,114). Sum of RGB (Red+Green+Blue) = 168+23+114=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A81772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81772 is #57E88D. Grayscale: #4C4C4C. Windows color (decimal): -5761166 or 7477160. OLE color: 7477160.
HSL color Cylindrical-coordinate representation of color #A81772: hue angle of 322.34º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81772 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 114 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.34 |
| HSL | 322.34º | 0.76% | 0.37% | - |
| HSV(B) | 322.34º | 0.86% | 0.66% | - |
| XYZ | 19.49 | 10.15 | 16.85 | - |
| YUV | 76.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 114 | 0 | 0.86 | 0.32 | 0.34 | 322.34 | 0.76 | 0.37 |
| Hex | A8 | 17 | 72 | 0 | 56 | 20 | 22 | 142 | 4C | 25 |
| Octal | 250 | 27 | 162 | 0 | 126 | 40 | 42 | 502 | 114 | 45 |
| Binary | 10101000 | 10111 | 1110010 | 0 | 1010110 | 100000 | 100010 | 101000010 | 1001100 | 100101 |
Color Harmonies of #A81772
Complementary color
Monochromatic Colors of #A81772
Black with #A81772
Text Example
Text Example
White with #A81772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81772; }
p { color: rgb(168,23,114); }
H1.HeaderClassName
{
color: #A81772;
}
.AnyTagClassName
{
color: #A81772;
}
</style>
background-color css
<style>
a { background-color: #A81772; }
a { background-color: rgb(168,23,114); }
div.DivClassName
{
background-color: #A81772;
}
.BgClassName
{
background-color: #A81772;
}
</style>
border-color css
<style>
span { border-color: #A81772; }
span { border-color: rgb(168,23,114); }
td.TdClassName
{
border-color: #A81772;
}
.TagClassName
{
border-color: #A81772;
}
</style>