Shades of Jazzberry Jam #A8167A
Tints of Jazzberry Jam #A8167A
RGB
CMYK
RGB Variations
Color information
#A8167A (or 0xA8167A) is known color: Jazzberry Jam. HEX triplet: A8, 16 and 7A. RGB value is (168,22,122). Sum of RGB (Red+Green+Blue) = 168+22+122=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A8167A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8167A is #57E985. Grayscale: #4C4C4C. Windows color (decimal): -5761414 or 8001192. OLE color: 8001192.
HSL color Cylindrical-coordinate representation of color #A8167A: hue angle of 318.9º 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 #A8167A is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 122 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.34 |
| HSL | 318.9º | 0.77% | 0.37% | - |
| HSV(B) | 318.9º | 0.87% | 0.66% | - |
| XYZ | 19.95 | 10.3 | 19.35 | - |
| YUV | 77.05 | 153.37 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 122 | 0 | 0.87 | 0.27 | 0.34 | 318.9 | 0.77 | 0.37 |
| Hex | A8 | 16 | 7A | 0 | 57 | 1B | 22 | 13F | 4D | 25 |
| Octal | 250 | 26 | 172 | 0 | 127 | 33 | 42 | 477 | 115 | 45 |
| Binary | 10101000 | 10110 | 1111010 | 0 | 1010111 | 11011 | 100010 | 100111111 | 1001101 | 100101 |
Color Harmonies of #A8167A
Complementary color
Monochromatic Colors of #A8167A
Black with #A8167A
Text Example
Text Example
White with #A8167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8167A; }
p { color: rgb(168,22,122); }
H1.HeaderClassName
{
color: #A8167A;
}
.AnyTagClassName
{
color: #A8167A;
}
</style>
background-color css
<style>
a { background-color: #A8167A; }
a { background-color: rgb(168,22,122); }
div.DivClassName
{
background-color: #A8167A;
}
.BgClassName
{
background-color: #A8167A;
}
</style>
border-color css
<style>
span { border-color: #A8167A; }
span { border-color: rgb(168,22,122); }
td.TdClassName
{
border-color: #A8167A;
}
.TagClassName
{
border-color: #A8167A;
}
</style>