Shades of Jazzberry Jam #AB1254
Tints of Jazzberry Jam #AB1254
RGB
CMYK
RGB Variations
Color information
#AB1254 (or 0xAB1254) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 54. RGB value is (171,18,84). Sum of RGB (Red+Green+Blue) = 171+18+84=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1254 is #54EDAB. Grayscale: #474747. Windows color (decimal): -5565868 or 5509803. OLE color: 5509803.
HSL color Cylindrical-coordinate representation of color #AB1254: hue angle of 334.12º degrees, saturation: 0.81, 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 #AB1254 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 84 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.33 |
| HSL | 334.12º | 0.81% | 0.37% | - |
| HSV(B) | 334.12º | 0.89% | 0.67% | - |
| XYZ | 18.61 | 9.73 | 9.28 | - |
| YUV | 71.27 | 135.19 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 84 | 0 | 0.89 | 0.51 | 0.33 | 334.12 | 0.81 | 0.37 |
| Hex | AB | 12 | 54 | 0 | 59 | 33 | 21 | 14E | 51 | 25 |
| Octal | 253 | 22 | 124 | 0 | 131 | 63 | 41 | 516 | 121 | 45 |
| Binary | 10101011 | 10010 | 1010100 | 0 | 1011001 | 110011 | 100001 | 101001110 | 1010001 | 100101 |
Color Harmonies of #AB1254
Complementary color
Monochromatic Colors of #AB1254
Black with #AB1254
Text Example
Text Example
White with #AB1254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1254; }
p { color: rgb(171,18,84); }
H1.HeaderClassName
{
color: #AB1254;
}
.AnyTagClassName
{
color: #AB1254;
}
</style>
background-color css
<style>
a { background-color: #AB1254; }
a { background-color: rgb(171,18,84); }
div.DivClassName
{
background-color: #AB1254;
}
.BgClassName
{
background-color: #AB1254;
}
</style>
border-color css
<style>
span { border-color: #AB1254; }
span { border-color: rgb(171,18,84); }
td.TdClassName
{
border-color: #AB1254;
}
.TagClassName
{
border-color: #AB1254;
}
</style>