Shades of Jazzberry Jam #AB2166
Tints of Jazzberry Jam #AB2166
RGB
CMYK
RGB Variations
Color information
#AB2166 (or 0xAB2166) is known color: Jazzberry Jam. HEX triplet: AB, 21 and 66. RGB value is (171,33,102). Sum of RGB (Red+Green+Blue) = 171+33+102=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2166 is #54DE99. Grayscale: #515151. Windows color (decimal): -5562010 or 6693291. OLE color: 6693291.
HSL color Cylindrical-coordinate representation of color #AB2166: hue angle of 330º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2166 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 33 | 102 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.33 |
| HSL | 330º | 0.68% | 0.4% | - |
| HSV(B) | 330º | 0.81% | 0.67% | - |
| XYZ | 19.74 | 10.7 | 13.6 | - |
| YUV | 82.13 | 139.22 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 102 | 0 | 0.81 | 0.40 | 0.33 | 330 | 0.68 | 0.4 |
| Hex | AB | 21 | 66 | 0 | 51 | 28 | 21 | 14A | 44 | 28 |
| Octal | 253 | 41 | 146 | 0 | 121 | 50 | 41 | 512 | 104 | 50 |
| Binary | 10101011 | 100001 | 1100110 | 0 | 1010001 | 101000 | 100001 | 101001010 | 1000100 | 101000 |
Color Harmonies of #AB2166
Complementary color
Monochromatic Colors of #AB2166
Black with #AB2166
Text Example
Text Example
White with #AB2166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2166; }
p { color: rgb(171,33,102); }
H1.HeaderClassName
{
color: #AB2166;
}
.AnyTagClassName
{
color: #AB2166;
}
</style>
background-color css
<style>
a { background-color: #AB2166; }
a { background-color: rgb(171,33,102); }
div.DivClassName
{
background-color: #AB2166;
}
.BgClassName
{
background-color: #AB2166;
}
</style>
border-color css
<style>
span { border-color: #AB2166; }
span { border-color: rgb(171,33,102); }
td.TdClassName
{
border-color: #AB2166;
}
.TagClassName
{
border-color: #AB2166;
}
</style>