Shades of Jazzberry Jam #AB1863
Tints of Jazzberry Jam #AB1863
RGB
CMYK
RGB Variations
Color information
#AB1863 (or 0xAB1863) is known color: Jazzberry Jam. HEX triplet: AB, 18 and 63. RGB value is (171,24,99). Sum of RGB (Red+Green+Blue) = 171+24+99=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1863 is #54E79C. Grayscale: #4C4C4C. Windows color (decimal): -5564317 or 6494379. OLE color: 6494379.
HSL color Cylindrical-coordinate representation of color #AB1863: hue angle of 329.39º 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 #AB1863 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 99 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.33 |
| HSL | 329.39º | 0.75% | 0.38% | - |
| HSV(B) | 329.39º | 0.86% | 0.67% | - |
| XYZ | 19.37 | 10.21 | 12.75 | - |
| YUV | 76.5 | 140.7 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 99 | 0 | 0.86 | 0.42 | 0.33 | 329.39 | 0.75 | 0.38 |
| Hex | AB | 18 | 63 | 0 | 56 | 2A | 21 | 149 | 4B | 26 |
| Octal | 253 | 30 | 143 | 0 | 126 | 52 | 41 | 511 | 113 | 46 |
| Binary | 10101011 | 11000 | 1100011 | 0 | 1010110 | 101010 | 100001 | 101001001 | 1001011 | 100110 |
Color Harmonies of #AB1863
Complementary color
Monochromatic Colors of #AB1863
Black with #AB1863
Text Example
Text Example
White with #AB1863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1863; }
p { color: rgb(171,24,99); }
H1.HeaderClassName
{
color: #AB1863;
}
.AnyTagClassName
{
color: #AB1863;
}
</style>
background-color css
<style>
a { background-color: #AB1863; }
a { background-color: rgb(171,24,99); }
div.DivClassName
{
background-color: #AB1863;
}
.BgClassName
{
background-color: #AB1863;
}
</style>
border-color css
<style>
span { border-color: #AB1863; }
span { border-color: rgb(171,24,99); }
td.TdClassName
{
border-color: #AB1863;
}
.TagClassName
{
border-color: #AB1863;
}
</style>