Shades of Jazzberry Jam #AB1966
Tints of Jazzberry Jam #AB1966
RGB
CMYK
RGB Variations
Color information
#AB1966 (or 0xAB1966) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 66. RGB value is (171,25,102). Sum of RGB (Red+Green+Blue) = 171+25+102=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1966 is #54E699. Grayscale: #4D4D4D. Windows color (decimal): -5564058 or 6691243. OLE color: 6691243.
HSL color Cylindrical-coordinate representation of color #AB1966: hue angle of 328.36º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1966 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 102 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.33 |
| HSL | 328.36º | 0.74% | 0.38% | - |
| HSV(B) | 328.36º | 0.85% | 0.67% | - |
| XYZ | 19.54 | 10.31 | 13.53 | - |
| YUV | 77.43 | 141.87 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 102 | 0 | 0.85 | 0.40 | 0.33 | 328.36 | 0.74 | 0.38 |
| Hex | AB | 19 | 66 | 0 | 55 | 28 | 21 | 148 | 4A | 26 |
| Octal | 253 | 31 | 146 | 0 | 125 | 50 | 41 | 510 | 112 | 46 |
| Binary | 10101011 | 11001 | 1100110 | 0 | 1010101 | 101000 | 100001 | 101001000 | 1001010 | 100110 |
Color Harmonies of #AB1966
Complementary color
Monochromatic Colors of #AB1966
Black with #AB1966
Text Example
Text Example
White with #AB1966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1966; }
p { color: rgb(171,25,102); }
H1.HeaderClassName
{
color: #AB1966;
}
.AnyTagClassName
{
color: #AB1966;
}
</style>
background-color css
<style>
a { background-color: #AB1966; }
a { background-color: rgb(171,25,102); }
div.DivClassName
{
background-color: #AB1966;
}
.BgClassName
{
background-color: #AB1966;
}
</style>
border-color css
<style>
span { border-color: #AB1966; }
span { border-color: rgb(171,25,102); }
td.TdClassName
{
border-color: #AB1966;
}
.TagClassName
{
border-color: #AB1966;
}
</style>