Shades of Jazzberry Jam #AB0D60
Tints of Jazzberry Jam #AB0D60
RGB
CMYK
RGB Variations
Color information
#AB0D60 (or 0xAB0D60) is known color: Jazzberry Jam. HEX triplet: AB, 0D and 60. RGB value is (171,13,96). Sum of RGB (Red+Green+Blue) = 171+13+96=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0D60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0D60 is #54F29F. Grayscale: #454545. Windows color (decimal): -5567136 or 6294955. OLE color: 6294955.
HSL color Cylindrical-coordinate representation of color #AB0D60: hue angle of 328.48º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0D60 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 13 | 96 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.33 |
| HSL | 328.48º | 0.86% | 0.36% | - |
| HSV(B) | 328.48º | 0.92% | 0.67% | - |
| XYZ | 19.05 | 9.79 | 11.95 | - |
| YUV | 69.7 | 142.85 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 96 | 0 | 0.92 | 0.44 | 0.33 | 328.48 | 0.86 | 0.36 |
| Hex | AB | D | 60 | 0 | 5C | 2C | 21 | 148 | 56 | 24 |
| Octal | 253 | 15 | 140 | 0 | 134 | 54 | 41 | 510 | 126 | 44 |
| Binary | 10101011 | 1101 | 1100000 | 0 | 1011100 | 101100 | 100001 | 101001000 | 1010110 | 100100 |
Color Harmonies of #AB0D60
Complementary color
Monochromatic Colors of #AB0D60
Black with #AB0D60
Text Example
Text Example
White with #AB0D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0D60; }
p { color: rgb(171,13,96); }
H1.HeaderClassName
{
color: #AB0D60;
}
.AnyTagClassName
{
color: #AB0D60;
}
</style>
background-color css
<style>
a { background-color: #AB0D60; }
a { background-color: rgb(171,13,96); }
div.DivClassName
{
background-color: #AB0D60;
}
.BgClassName
{
background-color: #AB0D60;
}
</style>
border-color css
<style>
span { border-color: #AB0D60; }
span { border-color: rgb(171,13,96); }
td.TdClassName
{
border-color: #AB0D60;
}
.TagClassName
{
border-color: #AB0D60;
}
</style>