Shades of Jazzberry Jam #A82166
Tints of Jazzberry Jam #A82166
RGB
CMYK
RGB Variations
Color information
#A82166 (or 0xA82166) is known color: Jazzberry Jam. HEX triplet: A8, 21 and 66. RGB value is (168,33,102). Sum of RGB (Red+Green+Blue) = 168+33+102=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A82166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82166 is #57DE99. Grayscale: #515151. Windows color (decimal): -5758618 or 6693288. OLE color: 6693288.
HSL color Cylindrical-coordinate representation of color #A82166: hue angle of 329.33º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82166 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 33 | 102 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.34 |
| HSL | 329.33º | 0.67% | 0.39% | - |
| HSV(B) | 329.33º | 0.8% | 0.66% | - |
| XYZ | 19.09 | 10.37 | 13.57 | - |
| YUV | 81.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 102 | 0 | 0.80 | 0.39 | 0.34 | 329.33 | 0.67 | 0.39 |
| Hex | A8 | 21 | 66 | 0 | 50 | 27 | 22 | 149 | 43 | 27 |
| Octal | 250 | 41 | 146 | 0 | 120 | 47 | 42 | 511 | 103 | 47 |
| Binary | 10101000 | 100001 | 1100110 | 0 | 1010000 | 100111 | 100010 | 101001001 | 1000011 | 100111 |
Color Harmonies of #A82166
Complementary color
Monochromatic Colors of #A82166
Black with #A82166
Text Example
Text Example
White with #A82166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82166; }
p { color: rgb(168,33,102); }
H1.HeaderClassName
{
color: #A82166;
}
.AnyTagClassName
{
color: #A82166;
}
</style>
background-color css
<style>
a { background-color: #A82166; }
a { background-color: rgb(168,33,102); }
div.DivClassName
{
background-color: #A82166;
}
.BgClassName
{
background-color: #A82166;
}
</style>
border-color css
<style>
span { border-color: #A82166; }
span { border-color: rgb(168,33,102); }
td.TdClassName
{
border-color: #A82166;
}
.TagClassName
{
border-color: #A82166;
}
</style>