Shades of Jazzberry Jam #A8106A
Tints of Jazzberry Jam #A8106A
RGB
CMYK
RGB Variations
Color information
#A8106A (or 0xA8106A) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 6A. RGB value is (168,16,106). Sum of RGB (Red+Green+Blue) = 168+16+106=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A8106A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8106A is #57EF95. Grayscale: #474747. Windows color (decimal): -5762966 or 6951080. OLE color: 6951080.
HSL color Cylindrical-coordinate representation of color #A8106A: hue angle of 324.47º 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 #A8106A is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 106 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.34 |
| HSL | 324.47º | 0.83% | 0.36% | - |
| HSV(B) | 324.47º | 0.9% | 0.66% | - |
| XYZ | 18.94 | 9.74 | 14.52 | - |
| YUV | 71.71 | 147.36 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 106 | 0 | 0.90 | 0.37 | 0.34 | 324.47 | 0.83 | 0.36 |
| Hex | A8 | 10 | 6A | 0 | 5A | 25 | 22 | 144 | 53 | 24 |
| Octal | 250 | 20 | 152 | 0 | 132 | 45 | 42 | 504 | 123 | 44 |
| Binary | 10101000 | 10000 | 1101010 | 0 | 1011010 | 100101 | 100010 | 101000100 | 1010011 | 100100 |
Color Harmonies of #A8106A
Complementary color
Monochromatic Colors of #A8106A
Black with #A8106A
Text Example
Text Example
White with #A8106A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8106A; }
p { color: rgb(168,16,106); }
H1.HeaderClassName
{
color: #A8106A;
}
.AnyTagClassName
{
color: #A8106A;
}
</style>
background-color css
<style>
a { background-color: #A8106A; }
a { background-color: rgb(168,16,106); }
div.DivClassName
{
background-color: #A8106A;
}
.BgClassName
{
background-color: #A8106A;
}
</style>
border-color css
<style>
span { border-color: #A8106A; }
span { border-color: rgb(168,16,106); }
td.TdClassName
{
border-color: #A8106A;
}
.TagClassName
{
border-color: #A8106A;
}
</style>