Shades of Jazzberry Jam #A8164B
Tints of Jazzberry Jam #A8164B
RGB
CMYK
RGB Variations
Color information
#A8164B (or 0xA8164B) is known color: Jazzberry Jam. HEX triplet: A8, 16 and 4B. RGB value is (168,22,75). Sum of RGB (Red+Green+Blue) = 168+22+75=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A8164B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8164B is #57E9B4. Grayscale: #474747. Windows color (decimal): -5761461 or 4921000. OLE color: 4921000.
HSL color Cylindrical-coordinate representation of color #A8164B: hue angle of 338.22º 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 #A8164B is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 75 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.34 |
| HSL | 338.22º | 0.77% | 0.37% | - |
| HSV(B) | 338.22º | 0.87% | 0.66% | - |
| XYZ | 17.71 | 9.41 | 7.54 | - |
| YUV | 71.7 | 129.87 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 75 | 0 | 0.87 | 0.55 | 0.34 | 338.22 | 0.77 | 0.37 |
| Hex | A8 | 16 | 4B | 0 | 57 | 37 | 22 | 152 | 4D | 25 |
| Octal | 250 | 26 | 113 | 0 | 127 | 67 | 42 | 522 | 115 | 45 |
| Binary | 10101000 | 10110 | 1001011 | 0 | 1010111 | 110111 | 100010 | 101010010 | 1001101 | 100101 |
Color Harmonies of #A8164B
Complementary color
Monochromatic Colors of #A8164B
Black with #A8164B
Text Example
Text Example
White with #A8164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8164B; }
p { color: rgb(168,22,75); }
H1.HeaderClassName
{
color: #A8164B;
}
.AnyTagClassName
{
color: #A8164B;
}
</style>
background-color css
<style>
a { background-color: #A8164B; }
a { background-color: rgb(168,22,75); }
div.DivClassName
{
background-color: #A8164B;
}
.BgClassName
{
background-color: #A8164B;
}
</style>
border-color css
<style>
span { border-color: #A8164B; }
span { border-color: rgb(168,22,75); }
td.TdClassName
{
border-color: #A8164B;
}
.TagClassName
{
border-color: #A8164B;
}
</style>