Shades of Jazzberry Jam #AB124D
Tints of Jazzberry Jam #AB124D
RGB
CMYK
RGB Variations
Color information
#AB124D (or 0xAB124D) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 4D. RGB value is (171,18,77). Sum of RGB (Red+Green+Blue) = 171+18+77=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB124D is #54EDB2. Grayscale: #464646. Windows color (decimal): -5565875 or 5051051. OLE color: 5051051.
HSL color Cylindrical-coordinate representation of color #AB124D: hue angle of 336.86º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB124D is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 77 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.33 |
| HSL | 336.86º | 0.81% | 0.37% | - |
| HSV(B) | 336.86º | 0.89% | 0.67% | - |
| XYZ | 18.35 | 9.63 | 7.91 | - |
| YUV | 70.47 | 131.69 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 77 | 0 | 0.89 | 0.55 | 0.33 | 336.86 | 0.81 | 0.37 |
| Hex | AB | 12 | 4D | 0 | 59 | 37 | 21 | 151 | 51 | 25 |
| Octal | 253 | 22 | 115 | 0 | 131 | 67 | 41 | 521 | 121 | 45 |
| Binary | 10101011 | 10010 | 1001101 | 0 | 1011001 | 110111 | 100001 | 101010001 | 1010001 | 100101 |
Color Harmonies of #AB124D
Complementary color
Monochromatic Colors of #AB124D
Black with #AB124D
Text Example
Text Example
White with #AB124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB124D; }
p { color: rgb(171,18,77); }
H1.HeaderClassName
{
color: #AB124D;
}
.AnyTagClassName
{
color: #AB124D;
}
</style>
background-color css
<style>
a { background-color: #AB124D; }
a { background-color: rgb(171,18,77); }
div.DivClassName
{
background-color: #AB124D;
}
.BgClassName
{
background-color: #AB124D;
}
</style>
border-color css
<style>
span { border-color: #AB124D; }
span { border-color: rgb(171,18,77); }
td.TdClassName
{
border-color: #AB124D;
}
.TagClassName
{
border-color: #AB124D;
}
</style>