Shades of Jazzberry Jam #AB0F60
Tints of Jazzberry Jam #AB0F60
RGB
CMYK
RGB Variations
Color information
#AB0F60 (or 0xAB0F60) is known color: Jazzberry Jam. HEX triplet: AB, 0F and 60. RGB value is (171,15,96). Sum of RGB (Red+Green+Blue) = 171+15+96=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0F60 is #54F09F. Grayscale: #464646. Windows color (decimal): -5566624 or 6295467. OLE color: 6295467.
HSL color Cylindrical-coordinate representation of color #AB0F60: hue angle of 328.85º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB0F60 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 96 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.33 |
| HSL | 328.85º | 0.84% | 0.36% | - |
| HSV(B) | 328.85º | 0.91% | 0.67% | - |
| XYZ | 19.08 | 9.84 | 11.96 | - |
| YUV | 70.88 | 142.18 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 96 | 0 | 0.91 | 0.44 | 0.33 | 328.85 | 0.84 | 0.36 |
| Hex | AB | F | 60 | 0 | 5B | 2C | 21 | 149 | 54 | 24 |
| Octal | 253 | 17 | 140 | 0 | 133 | 54 | 41 | 511 | 124 | 44 |
| Binary | 10101011 | 1111 | 1100000 | 0 | 1011011 | 101100 | 100001 | 101001001 | 1010100 | 100100 |
Color Harmonies of #AB0F60
Complementary color
Monochromatic Colors of #AB0F60
Black with #AB0F60
Text Example
Text Example
White with #AB0F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F60; }
p { color: rgb(171,15,96); }
H1.HeaderClassName
{
color: #AB0F60;
}
.AnyTagClassName
{
color: #AB0F60;
}
</style>
background-color css
<style>
a { background-color: #AB0F60; }
a { background-color: rgb(171,15,96); }
div.DivClassName
{
background-color: #AB0F60;
}
.BgClassName
{
background-color: #AB0F60;
}
</style>
border-color css
<style>
span { border-color: #AB0F60; }
span { border-color: rgb(171,15,96); }
td.TdClassName
{
border-color: #AB0F60;
}
.TagClassName
{
border-color: #AB0F60;
}
</style>