Shades of Jazzberry Jam #A8106E
Tints of Jazzberry Jam #A8106E
RGB
CMYK
RGB Variations
Color information
#A8106E (or 0xA8106E) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 6E. RGB value is (168,16,110). Sum of RGB (Red+Green+Blue) = 168+16+110=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A8106E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8106E is #57EF91. Grayscale: #474747. Windows color (decimal): -5762962 or 7213224. OLE color: 7213224.
HSL color Cylindrical-coordinate representation of color #A8106E: hue angle of 322.89º degrees, saturation: 0.83, 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 #A8106E is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 110 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.34 |
| HSL | 322.89º | 0.83% | 0.36% | - |
| HSV(B) | 322.89º | 0.9% | 0.66% | - |
| XYZ | 19.15 | 9.82 | 15.64 | - |
| YUV | 72.16 | 149.36 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 110 | 0 | 0.90 | 0.35 | 0.34 | 322.89 | 0.83 | 0.36 |
| Hex | A8 | 10 | 6E | 0 | 5A | 23 | 22 | 143 | 53 | 24 |
| Octal | 250 | 20 | 156 | 0 | 132 | 43 | 42 | 503 | 123 | 44 |
| Binary | 10101000 | 10000 | 1101110 | 0 | 1011010 | 100011 | 100010 | 101000011 | 1010011 | 100100 |
Color Harmonies of #A8106E
Complementary color
Monochromatic Colors of #A8106E
Black with #A8106E
Text Example
Text Example
White with #A8106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8106E; }
p { color: rgb(168,16,110); }
H1.HeaderClassName
{
color: #A8106E;
}
.AnyTagClassName
{
color: #A8106E;
}
</style>
background-color css
<style>
a { background-color: #A8106E; }
a { background-color: rgb(168,16,110); }
div.DivClassName
{
background-color: #A8106E;
}
.BgClassName
{
background-color: #A8106E;
}
</style>
border-color css
<style>
span { border-color: #A8106E; }
span { border-color: rgb(168,16,110); }
td.TdClassName
{
border-color: #A8106E;
}
.TagClassName
{
border-color: #A8106E;
}
</style>