Shades of Jazzberry Jam #A81764
Tints of Jazzberry Jam #A81764
RGB
CMYK
RGB Variations
Color information
#A81764 (or 0xA81764) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 64. RGB value is (168,23,100). Sum of RGB (Red+Green+Blue) = 168+23+100=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A81764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81764 is #57E89B. Grayscale: #4A4A4A. Windows color (decimal): -5761180 or 6559656. OLE color: 6559656.
HSL color Cylindrical-coordinate representation of color #A81764: hue angle of 328.14º 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 #A81764 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 100 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.34 |
| HSL | 328.14º | 0.76% | 0.37% | - |
| HSV(B) | 328.14º | 0.86% | 0.66% | - |
| XYZ | 18.76 | 9.86 | 12.97 | - |
| YUV | 75.13 | 142.04 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 100 | 0 | 0.86 | 0.40 | 0.34 | 328.14 | 0.76 | 0.37 |
| Hex | A8 | 17 | 64 | 0 | 56 | 28 | 22 | 148 | 4C | 25 |
| Octal | 250 | 27 | 144 | 0 | 126 | 50 | 42 | 510 | 114 | 45 |
| Binary | 10101000 | 10111 | 1100100 | 0 | 1010110 | 101000 | 100010 | 101001000 | 1001100 | 100101 |
Color Harmonies of #A81764
Complementary color
Monochromatic Colors of #A81764
Black with #A81764
Text Example
Text Example
White with #A81764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81764; }
p { color: rgb(168,23,100); }
H1.HeaderClassName
{
color: #A81764;
}
.AnyTagClassName
{
color: #A81764;
}
</style>
background-color css
<style>
a { background-color: #A81764; }
a { background-color: rgb(168,23,100); }
div.DivClassName
{
background-color: #A81764;
}
.BgClassName
{
background-color: #A81764;
}
</style>
border-color css
<style>
span { border-color: #A81764; }
span { border-color: rgb(168,23,100); }
td.TdClassName
{
border-color: #A81764;
}
.TagClassName
{
border-color: #A81764;
}
</style>