Shades of Jazzberry Jam #AB1861
Tints of Jazzberry Jam #AB1861
RGB
CMYK
RGB Variations
Color information
#AB1861 (or 0xAB1861) is known color: Jazzberry Jam. HEX triplet: AB, 18 and 61. RGB value is (171,24,97). Sum of RGB (Red+Green+Blue) = 171+24+97=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1861 is #54E79E. Grayscale: #4C4C4C. Windows color (decimal): -5564319 or 6363307. OLE color: 6363307.
HSL color Cylindrical-coordinate representation of color #AB1861: hue angle of 330.2º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1861 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 97 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.33 |
| HSL | 330.2º | 0.75% | 0.38% | - |
| HSV(B) | 330.2º | 0.86% | 0.67% | - |
| XYZ | 19.28 | 10.17 | 12.26 | - |
| YUV | 76.28 | 139.7 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 97 | 0 | 0.86 | 0.43 | 0.33 | 330.2 | 0.75 | 0.38 |
| Hex | AB | 18 | 61 | 0 | 56 | 2B | 21 | 14A | 4B | 26 |
| Octal | 253 | 30 | 141 | 0 | 126 | 53 | 41 | 512 | 113 | 46 |
| Binary | 10101011 | 11000 | 1100001 | 0 | 1010110 | 101011 | 100001 | 101001010 | 1001011 | 100110 |
Color Harmonies of #AB1861
Complementary color
Monochromatic Colors of #AB1861
Black with #AB1861
Text Example
Text Example
White with #AB1861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1861; }
p { color: rgb(171,24,97); }
H1.HeaderClassName
{
color: #AB1861;
}
.AnyTagClassName
{
color: #AB1861;
}
</style>
background-color css
<style>
a { background-color: #AB1861; }
a { background-color: rgb(171,24,97); }
div.DivClassName
{
background-color: #AB1861;
}
.BgClassName
{
background-color: #AB1861;
}
</style>
border-color css
<style>
span { border-color: #AB1861; }
span { border-color: rgb(171,24,97); }
td.TdClassName
{
border-color: #AB1861;
}
.TagClassName
{
border-color: #AB1861;
}
</style>