Shades of Jazzberry Jam #A8116F
Tints of Jazzberry Jam #A8116F
RGB
CMYK
RGB Variations
Color information
#A8116F (or 0xA8116F) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 6F. RGB value is (168,17,111). Sum of RGB (Red+Green+Blue) = 168+17+111=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8116F is #57EE90. Grayscale: #484848. Windows color (decimal): -5762705 or 7279016. OLE color: 7279016.
HSL color Cylindrical-coordinate representation of color #A8116F: hue angle of 322.65º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8116F is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 111 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.34 |
| HSL | 322.65º | 0.82% | 0.36% | - |
| HSV(B) | 322.65º | 0.9% | 0.66% | - |
| XYZ | 19.22 | 9.87 | 15.93 | - |
| YUV | 72.87 | 149.53 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 111 | 0 | 0.90 | 0.34 | 0.34 | 322.65 | 0.82 | 0.36 |
| Hex | A8 | 11 | 6F | 0 | 5A | 22 | 22 | 143 | 52 | 24 |
| Octal | 250 | 21 | 157 | 0 | 132 | 42 | 42 | 503 | 122 | 44 |
| Binary | 10101000 | 10001 | 1101111 | 0 | 1011010 | 100010 | 100010 | 101000011 | 1010010 | 100100 |
Color Harmonies of #A8116F
Complementary color
Monochromatic Colors of #A8116F
Black with #A8116F
Text Example
Text Example
White with #A8116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8116F; }
p { color: rgb(168,17,111); }
H1.HeaderClassName
{
color: #A8116F;
}
.AnyTagClassName
{
color: #A8116F;
}
</style>
background-color css
<style>
a { background-color: #A8116F; }
a { background-color: rgb(168,17,111); }
div.DivClassName
{
background-color: #A8116F;
}
.BgClassName
{
background-color: #A8116F;
}
</style>
border-color css
<style>
span { border-color: #A8116F; }
span { border-color: rgb(168,17,111); }
td.TdClassName
{
border-color: #A8116F;
}
.TagClassName
{
border-color: #A8116F;
}
</style>