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