Shades of Jazzberry Jam #AB1854
Tints of Jazzberry Jam #AB1854
RGB
CMYK
RGB Variations
Color information
#AB1854 (or 0xAB1854) is known color: Jazzberry Jam. HEX triplet: AB, 18 and 54. RGB value is (171,24,84). Sum of RGB (Red+Green+Blue) = 171+24+84=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1854 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1854 is #54E7AB. Grayscale: #4A4A4A. Windows color (decimal): -5564332 or 5511339. OLE color: 5511339.
HSL color Cylindrical-coordinate representation of color #AB1854: hue angle of 335.51º 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 #AB1854 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 84 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.33 |
| HSL | 335.51º | 0.75% | 0.38% | - |
| HSV(B) | 335.51º | 0.86% | 0.67% | - |
| XYZ | 18.72 | 9.95 | 9.32 | - |
| YUV | 74.79 | 133.2 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 84 | 0 | 0.86 | 0.51 | 0.33 | 335.51 | 0.75 | 0.38 |
| Hex | AB | 18 | 54 | 0 | 56 | 33 | 21 | 150 | 4B | 26 |
| Octal | 253 | 30 | 124 | 0 | 126 | 63 | 41 | 520 | 113 | 46 |
| Binary | 10101011 | 11000 | 1010100 | 0 | 1010110 | 110011 | 100001 | 101010000 | 1001011 | 100110 |
Color Harmonies of #AB1854
Complementary color
Monochromatic Colors of #AB1854
Black with #AB1854
Text Example
Text Example
White with #AB1854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1854; }
p { color: rgb(171,24,84); }
H1.HeaderClassName
{
color: #AB1854;
}
.AnyTagClassName
{
color: #AB1854;
}
</style>
background-color css
<style>
a { background-color: #AB1854; }
a { background-color: rgb(171,24,84); }
div.DivClassName
{
background-color: #AB1854;
}
.BgClassName
{
background-color: #AB1854;
}
</style>
border-color css
<style>
span { border-color: #AB1854; }
span { border-color: rgb(171,24,84); }
td.TdClassName
{
border-color: #AB1854;
}
.TagClassName
{
border-color: #AB1854;
}
</style>