Shades of Jazzberry Jam #AB0142
Tints of Jazzberry Jam #AB0142
RGB
CMYK
RGB Variations
Color information
#AB0142 (or 0xAB0142) is known color: Jazzberry Jam. HEX triplet: AB, 01 and 42. RGB value is (171,1,66). Sum of RGB (Red+Green+Blue) = 171+1+66=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0142 is #54FEBD. Grayscale: #3B3B3B. Windows color (decimal): -5570238 or 4325803. OLE color: 4325803.
HSL color Cylindrical-coordinate representation of color #AB0142: hue angle of 337.06º 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 #AB0142 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 66 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.33 |
| HSL | 337.06º | 0.99% | 0.34% | - |
| HSV(B) | 337.06º | 0.99% | 0.67% | - |
| XYZ | 17.79 | 9.07 | 5.97 | - |
| YUV | 59.24 | 131.82 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 66 | 0 | 0.99 | 0.61 | 0.33 | 337.06 | 0.99 | 0.34 |
| Hex | AB | 1 | 42 | 0 | 63 | 3D | 21 | 151 | 63 | 22 |
| Octal | 253 | 1 | 102 | 0 | 143 | 75 | 41 | 521 | 143 | 42 |
| Binary | 10101011 | 1 | 1000010 | 0 | 1100011 | 111101 | 100001 | 101010001 | 1100011 | 100010 |
Color Harmonies of #AB0142
Complementary color
Monochromatic Colors of #AB0142
Black with #AB0142
Text Example
Text Example
White with #AB0142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0142; }
p { color: rgb(171,1,66); }
H1.HeaderClassName
{
color: #AB0142;
}
.AnyTagClassName
{
color: #AB0142;
}
</style>
background-color css
<style>
a { background-color: #AB0142; }
a { background-color: rgb(171,1,66); }
div.DivClassName
{
background-color: #AB0142;
}
.BgClassName
{
background-color: #AB0142;
}
</style>
border-color css
<style>
span { border-color: #AB0142; }
span { border-color: rgb(171,1,66); }
td.TdClassName
{
border-color: #AB0142;
}
.TagClassName
{
border-color: #AB0142;
}
</style>