Shades of Jazzberry Jam #A8106B
Tints of Jazzberry Jam #A8106B
RGB
CMYK
RGB Variations
Color information
#A8106B (or 0xA8106B) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 6B. RGB value is (168,16,107). Sum of RGB (Red+Green+Blue) = 168+16+107=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A8106B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8106B is #57EF94. Grayscale: #474747. Windows color (decimal): -5762965 or 7016616. OLE color: 7016616.
HSL color Cylindrical-coordinate representation of color #A8106B: hue angle of 324.08º 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 #A8106B is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 107 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.34 |
| HSL | 324.08º | 0.83% | 0.36% | - |
| HSV(B) | 324.08º | 0.9% | 0.66% | - |
| XYZ | 18.99 | 9.76 | 14.79 | - |
| YUV | 71.82 | 147.86 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 107 | 0 | 0.90 | 0.36 | 0.34 | 324.08 | 0.83 | 0.36 |
| Hex | A8 | 10 | 6B | 0 | 5A | 24 | 22 | 144 | 53 | 24 |
| Octal | 250 | 20 | 153 | 0 | 132 | 44 | 42 | 504 | 123 | 44 |
| Binary | 10101000 | 10000 | 1101011 | 0 | 1011010 | 100100 | 100010 | 101000100 | 1010011 | 100100 |
Color Harmonies of #A8106B
Complementary color
Monochromatic Colors of #A8106B
Black with #A8106B
Text Example
Text Example
White with #A8106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8106B; }
p { color: rgb(168,16,107); }
H1.HeaderClassName
{
color: #A8106B;
}
.AnyTagClassName
{
color: #A8106B;
}
</style>
background-color css
<style>
a { background-color: #A8106B; }
a { background-color: rgb(168,16,107); }
div.DivClassName
{
background-color: #A8106B;
}
.BgClassName
{
background-color: #A8106B;
}
</style>
border-color css
<style>
span { border-color: #A8106B; }
span { border-color: rgb(168,16,107); }
td.TdClassName
{
border-color: #A8106B;
}
.TagClassName
{
border-color: #A8106B;
}
</style>