Shades of Jazzberry Jam #AB1363
Tints of Jazzberry Jam #AB1363
RGB
CMYK
RGB Variations
Color information
#AB1363 (or 0xAB1363) is known color: Jazzberry Jam. HEX triplet: AB, 13 and 63. RGB value is (171,19,99). Sum of RGB (Red+Green+Blue) = 171+19+99=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1363 is #54EC9C. Grayscale: #494949. Windows color (decimal): -5565597 or 6493099. OLE color: 6493099.
HSL color Cylindrical-coordinate representation of color #AB1363: hue angle of 328.42º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1363 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 99 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.33 |
| HSL | 328.42º | 0.8% | 0.37% | - |
| HSV(B) | 328.42º | 0.89% | 0.67% | - |
| XYZ | 19.28 | 10.02 | 12.72 | - |
| YUV | 73.57 | 142.36 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 99 | 0 | 0.89 | 0.42 | 0.33 | 328.42 | 0.8 | 0.37 |
| Hex | AB | 13 | 63 | 0 | 59 | 2A | 21 | 148 | 50 | 25 |
| Octal | 253 | 23 | 143 | 0 | 131 | 52 | 41 | 510 | 120 | 45 |
| Binary | 10101011 | 10011 | 1100011 | 0 | 1011001 | 101010 | 100001 | 101001000 | 1010000 | 100101 |
Color Harmonies of #AB1363
Complementary color
Monochromatic Colors of #AB1363
Black with #AB1363
Text Example
Text Example
White with #AB1363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1363; }
p { color: rgb(171,19,99); }
H1.HeaderClassName
{
color: #AB1363;
}
.AnyTagClassName
{
color: #AB1363;
}
</style>
background-color css
<style>
a { background-color: #AB1363; }
a { background-color: rgb(171,19,99); }
div.DivClassName
{
background-color: #AB1363;
}
.BgClassName
{
background-color: #AB1363;
}
</style>
border-color css
<style>
span { border-color: #AB1363; }
span { border-color: rgb(171,19,99); }
td.TdClassName
{
border-color: #AB1363;
}
.TagClassName
{
border-color: #AB1363;
}
</style>