Shades of Jazzberry Jam #AB1F68
Tints of Jazzberry Jam #AB1F68
RGB
CMYK
RGB Variations
Color information
#AB1F68 (or 0xAB1F68) is known color: Jazzberry Jam. HEX triplet: AB, 1F and 68. RGB value is (171,31,104). Sum of RGB (Red+Green+Blue) = 171+31+104=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1F68 is #54E097. Grayscale: #515151. Windows color (decimal): -5562520 or 6823851. OLE color: 6823851.
HSL color Cylindrical-coordinate representation of color #AB1F68: hue angle of 328.71º 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 #AB1F68 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 31 | 104 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.33 |
| HSL | 328.71º | 0.69% | 0.4% | - |
| HSV(B) | 328.71º | 0.82% | 0.67% | - |
| XYZ | 19.78 | 10.64 | 14.11 | - |
| YUV | 81.18 | 140.88 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 104 | 0 | 0.82 | 0.39 | 0.33 | 328.71 | 0.69 | 0.4 |
| Hex | AB | 1F | 68 | 0 | 52 | 27 | 21 | 149 | 45 | 28 |
| Octal | 253 | 37 | 150 | 0 | 122 | 47 | 41 | 511 | 105 | 50 |
| Binary | 10101011 | 11111 | 1101000 | 0 | 1010010 | 100111 | 100001 | 101001001 | 1000101 | 101000 |
Color Harmonies of #AB1F68
Complementary color
Monochromatic Colors of #AB1F68
Black with #AB1F68
Text Example
Text Example
White with #AB1F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1F68; }
p { color: rgb(171,31,104); }
H1.HeaderClassName
{
color: #AB1F68;
}
.AnyTagClassName
{
color: #AB1F68;
}
</style>
background-color css
<style>
a { background-color: #AB1F68; }
a { background-color: rgb(171,31,104); }
div.DivClassName
{
background-color: #AB1F68;
}
.BgClassName
{
background-color: #AB1F68;
}
</style>
border-color css
<style>
span { border-color: #AB1F68; }
span { border-color: rgb(171,31,104); }
td.TdClassName
{
border-color: #AB1F68;
}
.TagClassName
{
border-color: #AB1F68;
}
</style>