Shades of Jazzberry Jam #A8164E
Tints of Jazzberry Jam #A8164E
RGB
CMYK
RGB Variations
Color information
#A8164E (or 0xA8164E) is known color: Jazzberry Jam. HEX triplet: A8, 16 and 4E. RGB value is (168,22,78). Sum of RGB (Red+Green+Blue) = 168+22+78=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A8164E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8164E is #57E9B1. Grayscale: #474747. Windows color (decimal): -5761458 or 5117608. OLE color: 5117608.
HSL color Cylindrical-coordinate representation of color #A8164E: hue angle of 336.99º 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 #A8164E is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 78 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.34 |
| HSL | 336.99º | 0.77% | 0.37% | - |
| HSV(B) | 336.99º | 0.87% | 0.66% | - |
| XYZ | 17.81 | 9.45 | 8.09 | - |
| YUV | 72.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 78 | 0 | 0.87 | 0.54 | 0.34 | 336.99 | 0.77 | 0.37 |
| Hex | A8 | 16 | 4E | 0 | 57 | 36 | 22 | 151 | 4D | 25 |
| Octal | 250 | 26 | 116 | 0 | 127 | 66 | 42 | 521 | 115 | 45 |
| Binary | 10101000 | 10110 | 1001110 | 0 | 1010111 | 110110 | 100010 | 101010001 | 1001101 | 100101 |
Color Harmonies of #A8164E
Complementary color
Monochromatic Colors of #A8164E
Black with #A8164E
Text Example
Text Example
White with #A8164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8164E; }
p { color: rgb(168,22,78); }
H1.HeaderClassName
{
color: #A8164E;
}
.AnyTagClassName
{
color: #A8164E;
}
</style>
background-color css
<style>
a { background-color: #A8164E; }
a { background-color: rgb(168,22,78); }
div.DivClassName
{
background-color: #A8164E;
}
.BgClassName
{
background-color: #A8164E;
}
</style>
border-color css
<style>
span { border-color: #A8164E; }
span { border-color: rgb(168,22,78); }
td.TdClassName
{
border-color: #A8164E;
}
.TagClassName
{
border-color: #A8164E;
}
</style>