Shades of Jazzberry Jam #AB0147
Tints of Jazzberry Jam #AB0147
RGB
CMYK
RGB Variations
Color information
#AB0147 (or 0xAB0147) is known color: Jazzberry Jam. HEX triplet: AB, 01 and 47. RGB value is (171,1,71). Sum of RGB (Red+Green+Blue) = 171+1+71=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0147 is #54FEB8. Grayscale: #3B3B3B. Windows color (decimal): -5570233 or 4653483. OLE color: 4653483.
HSL color Cylindrical-coordinate representation of color #AB0147: hue angle of 335.29º 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 #AB0147 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.33 |
| HSL | 335.29º | 0.99% | 0.34% | - |
| HSV(B) | 335.29º | 0.99% | 0.67% | - |
| XYZ | 17.94 | 9.13 | 6.78 | - |
| YUV | 59.81 | 134.32 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 71 | 0 | 0.99 | 0.58 | 0.33 | 335.29 | 0.99 | 0.34 |
| Hex | AB | 1 | 47 | 0 | 63 | 3A | 21 | 14F | 63 | 22 |
| Octal | 253 | 1 | 107 | 0 | 143 | 72 | 41 | 517 | 143 | 42 |
| Binary | 10101011 | 1 | 1000111 | 0 | 1100011 | 111010 | 100001 | 101001111 | 1100011 | 100010 |
Color Harmonies of #AB0147
Complementary color
Monochromatic Colors of #AB0147
Black with #AB0147
Text Example
Text Example
White with #AB0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0147; }
p { color: rgb(171,1,71); }
H1.HeaderClassName
{
color: #AB0147;
}
.AnyTagClassName
{
color: #AB0147;
}
</style>
background-color css
<style>
a { background-color: #AB0147; }
a { background-color: rgb(171,1,71); }
div.DivClassName
{
background-color: #AB0147;
}
.BgClassName
{
background-color: #AB0147;
}
</style>
border-color css
<style>
span { border-color: #AB0147; }
span { border-color: rgb(171,1,71); }
td.TdClassName
{
border-color: #AB0147;
}
.TagClassName
{
border-color: #AB0147;
}
</style>