Shades of Jazzberry Jam #A02166
Tints of Jazzberry Jam #A02166
RGB
CMYK
RGB Variations
Color information
#A02166 (or 0xA02166) is known color: Jazzberry Jam. HEX triplet: A0, 21 and 66. RGB value is (160,33,102). Sum of RGB (Red+Green+Blue) = 160+33+102=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A02166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02166 is #5FDE99. Grayscale: #4E4E4E. Windows color (decimal): -6282906 or 6693280. OLE color: 6693280.
HSL color Cylindrical-coordinate representation of color #A02166: hue angle of 327.4º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02166 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 102 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.37 |
| HSL | 327.4º | 0.66% | 0.38% | - |
| HSV(B) | 327.4º | 0.79% | 0.63% | - |
| XYZ | 17.44 | 9.52 | 13.49 | - |
| YUV | 78.84 | 141.08 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 102 | 0 | 0.79 | 0.36 | 0.37 | 327.4 | 0.66 | 0.38 |
| Hex | A0 | 21 | 66 | 0 | 4F | 24 | 25 | 147 | 42 | 26 |
| Octal | 240 | 41 | 146 | 0 | 117 | 44 | 45 | 507 | 102 | 46 |
| Binary | 10100000 | 100001 | 1100110 | 0 | 1001111 | 100100 | 100101 | 101000111 | 1000010 | 100110 |
Color Harmonies of #A02166
Complementary color
Monochromatic Colors of #A02166
Black with #A02166
Text Example
Text Example
White with #A02166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02166; }
p { color: rgb(160,33,102); }
H1.HeaderClassName
{
color: #A02166;
}
.AnyTagClassName
{
color: #A02166;
}
</style>
background-color css
<style>
a { background-color: #A02166; }
a { background-color: rgb(160,33,102); }
div.DivClassName
{
background-color: #A02166;
}
.BgClassName
{
background-color: #A02166;
}
</style>
border-color css
<style>
span { border-color: #A02166; }
span { border-color: rgb(160,33,102); }
td.TdClassName
{
border-color: #A02166;
}
.TagClassName
{
border-color: #A02166;
}
</style>