Shades of Jazzberry Jam #A81666
Tints of Jazzberry Jam #A81666
RGB
CMYK
RGB Variations
Color information
#A81666 (or 0xA81666) is known color: Jazzberry Jam. HEX triplet: A8, 16 and 66. RGB value is (168,22,102). Sum of RGB (Red+Green+Blue) = 168+22+102=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A81666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81666 is #57E999. Grayscale: #4A4A4A. Windows color (decimal): -5761434 or 6690472. OLE color: 6690472.
HSL color Cylindrical-coordinate representation of color #A81666: hue angle of 327.12º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81666 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 102 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.34 |
| HSL | 327.12º | 0.77% | 0.37% | - |
| HSV(B) | 327.12º | 0.87% | 0.66% | - |
| XYZ | 18.83 | 9.86 | 13.48 | - |
| YUV | 74.77 | 143.37 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 102 | 0 | 0.87 | 0.39 | 0.34 | 327.12 | 0.77 | 0.37 |
| Hex | A8 | 16 | 66 | 0 | 57 | 27 | 22 | 147 | 4D | 25 |
| Octal | 250 | 26 | 146 | 0 | 127 | 47 | 42 | 507 | 115 | 45 |
| Binary | 10101000 | 10110 | 1100110 | 0 | 1010111 | 100111 | 100010 | 101000111 | 1001101 | 100101 |
Color Harmonies of #A81666
Complementary color
Monochromatic Colors of #A81666
Black with #A81666
Text Example
Text Example
White with #A81666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81666; }
p { color: rgb(168,22,102); }
H1.HeaderClassName
{
color: #A81666;
}
.AnyTagClassName
{
color: #A81666;
}
</style>
background-color css
<style>
a { background-color: #A81666; }
a { background-color: rgb(168,22,102); }
div.DivClassName
{
background-color: #A81666;
}
.BgClassName
{
background-color: #A81666;
}
</style>
border-color css
<style>
span { border-color: #A81666; }
span { border-color: rgb(168,22,102); }
td.TdClassName
{
border-color: #A81666;
}
.TagClassName
{
border-color: #A81666;
}
</style>