Shades of Jazzberry Jam #AB1F5E
Tints of Jazzberry Jam #AB1F5E
RGB
CMYK
RGB Variations
Color information
#AB1F5E (or 0xAB1F5E) is known color: Jazzberry Jam. HEX triplet: AB, 1F and 5E. RGB value is (171,31,94). Sum of RGB (Red+Green+Blue) = 171+31+94=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1F5E is #54E0A1. Grayscale: #4F4F4F. Windows color (decimal): -5562530 or 6168491. OLE color: 6168491.
HSL color Cylindrical-coordinate representation of color #AB1F5E: hue angle of 333º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1F5E is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 31 | 94 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.33 |
| HSL | 333º | 0.69% | 0.4% | - |
| HSV(B) | 333º | 0.82% | 0.67% | - |
| XYZ | 19.3 | 10.45 | 11.59 | - |
| YUV | 80.04 | 135.88 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 94 | 0 | 0.82 | 0.45 | 0.33 | 333 | 0.69 | 0.4 |
| Hex | AB | 1F | 5E | 0 | 52 | 2D | 21 | 14D | 45 | 28 |
| Octal | 253 | 37 | 136 | 0 | 122 | 55 | 41 | 515 | 105 | 50 |
| Binary | 10101011 | 11111 | 1011110 | 0 | 1010010 | 101101 | 100001 | 101001101 | 1000101 | 101000 |
Color Harmonies of #AB1F5E
Complementary color
Monochromatic Colors of #AB1F5E
Black with #AB1F5E
Text Example
Text Example
White with #AB1F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1F5E; }
p { color: rgb(171,31,94); }
H1.HeaderClassName
{
color: #AB1F5E;
}
.AnyTagClassName
{
color: #AB1F5E;
}
</style>
background-color css
<style>
a { background-color: #AB1F5E; }
a { background-color: rgb(171,31,94); }
div.DivClassName
{
background-color: #AB1F5E;
}
.BgClassName
{
background-color: #AB1F5E;
}
</style>
border-color css
<style>
span { border-color: #AB1F5E; }
span { border-color: rgb(171,31,94); }
td.TdClassName
{
border-color: #AB1F5E;
}
.TagClassName
{
border-color: #AB1F5E;
}
</style>