Shades of Jazzberry Jam #A8166A
Tints of Jazzberry Jam #A8166A
RGB
CMYK
RGB Variations
Color information
#A8166A (or 0xA8166A) is known color: Jazzberry Jam. HEX triplet: A8, 16 and 6A. RGB value is (168,22,106). Sum of RGB (Red+Green+Blue) = 168+22+106=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8166A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8166A is #57E995. Grayscale: #4B4B4B. Windows color (decimal): -5761430 or 6952616. OLE color: 6952616.
HSL color Cylindrical-coordinate representation of color #A8166A: hue angle of 325.48º 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 #A8166A is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 106 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.34 |
| HSL | 325.48º | 0.77% | 0.37% | - |
| HSV(B) | 325.48º | 0.87% | 0.66% | - |
| XYZ | 19.04 | 9.94 | 14.55 | - |
| YUV | 75.23 | 145.37 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 106 | 0 | 0.87 | 0.37 | 0.34 | 325.48 | 0.77 | 0.37 |
| Hex | A8 | 16 | 6A | 0 | 57 | 25 | 22 | 145 | 4D | 25 |
| Octal | 250 | 26 | 152 | 0 | 127 | 45 | 42 | 505 | 115 | 45 |
| Binary | 10101000 | 10110 | 1101010 | 0 | 1010111 | 100101 | 100010 | 101000101 | 1001101 | 100101 |
Color Harmonies of #A8166A
Complementary color
Monochromatic Colors of #A8166A
Black with #A8166A
Text Example
Text Example
White with #A8166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8166A; }
p { color: rgb(168,22,106); }
H1.HeaderClassName
{
color: #A8166A;
}
.AnyTagClassName
{
color: #A8166A;
}
</style>
background-color css
<style>
a { background-color: #A8166A; }
a { background-color: rgb(168,22,106); }
div.DivClassName
{
background-color: #A8166A;
}
.BgClassName
{
background-color: #A8166A;
}
</style>
border-color css
<style>
span { border-color: #A8166A; }
span { border-color: rgb(168,22,106); }
td.TdClassName
{
border-color: #A8166A;
}
.TagClassName
{
border-color: #A8166A;
}
</style>