Shades of Jazzberry Jam #AB0148
Tints of Jazzberry Jam #AB0148
RGB
CMYK
RGB Variations
Color information
#AB0148 (or 0xAB0148) is known color: Jazzberry Jam. HEX triplet: AB, 01 and 48. RGB value is (171,1,72). Sum of RGB (Red+Green+Blue) = 171+1+72=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0148 is #54FEB7. Grayscale: #3B3B3B. Windows color (decimal): -5570232 or 4719019. OLE color: 4719019.
HSL color Cylindrical-coordinate representation of color #AB0148: hue angle of 334.94º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0148 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 72 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.33 |
| HSL | 334.94º | 0.99% | 0.34% | - |
| HSV(B) | 334.94º | 0.99% | 0.67% | - |
| XYZ | 17.98 | 9.15 | 6.95 | - |
| YUV | 59.92 | 134.82 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 72 | 0 | 0.99 | 0.58 | 0.33 | 334.94 | 0.99 | 0.34 |
| Hex | AB | 1 | 48 | 0 | 63 | 3A | 21 | 14F | 63 | 22 |
| Octal | 253 | 1 | 110 | 0 | 143 | 72 | 41 | 517 | 143 | 42 |
| Binary | 10101011 | 1 | 1001000 | 0 | 1100011 | 111010 | 100001 | 101001111 | 1100011 | 100010 |
Color Harmonies of #AB0148
Complementary color
Monochromatic Colors of #AB0148
Black with #AB0148
Text Example
Text Example
White with #AB0148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0148; }
p { color: rgb(171,1,72); }
H1.HeaderClassName
{
color: #AB0148;
}
.AnyTagClassName
{
color: #AB0148;
}
</style>
background-color css
<style>
a { background-color: #AB0148; }
a { background-color: rgb(171,1,72); }
div.DivClassName
{
background-color: #AB0148;
}
.BgClassName
{
background-color: #AB0148;
}
</style>
border-color css
<style>
span { border-color: #AB0148; }
span { border-color: rgb(171,1,72); }
td.TdClassName
{
border-color: #AB0148;
}
.TagClassName
{
border-color: #AB0148;
}
</style>