Shades of Jazzberry Jam #AB154E
Tints of Jazzberry Jam #AB154E
RGB
CMYK
RGB Variations
Color information
#AB154E (or 0xAB154E) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 4E. RGB value is (171,21,78). Sum of RGB (Red+Green+Blue) = 171+21+78=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB154E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB154E is #54EAB1. Grayscale: #484848. Windows color (decimal): -5565106 or 5117355. OLE color: 5117355.
HSL color Cylindrical-coordinate representation of color #AB154E: hue angle of 337.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB154E is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 78 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.33 |
| HSL | 337.2º | 0.78% | 0.38% | - |
| HSV(B) | 337.2º | 0.88% | 0.67% | - |
| XYZ | 18.44 | 9.74 | 8.12 | - |
| YUV | 72.35 | 131.2 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 78 | 0 | 0.88 | 0.54 | 0.33 | 337.2 | 0.78 | 0.38 |
| Hex | AB | 15 | 4E | 0 | 58 | 36 | 21 | 151 | 4E | 26 |
| Octal | 253 | 25 | 116 | 0 | 130 | 66 | 41 | 521 | 116 | 46 |
| Binary | 10101011 | 10101 | 1001110 | 0 | 1011000 | 110110 | 100001 | 101010001 | 1001110 | 100110 |
Color Harmonies of #AB154E
Complementary color
Monochromatic Colors of #AB154E
Black with #AB154E
Text Example
Text Example
White with #AB154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB154E; }
p { color: rgb(171,21,78); }
H1.HeaderClassName
{
color: #AB154E;
}
.AnyTagClassName
{
color: #AB154E;
}
</style>
background-color css
<style>
a { background-color: #AB154E; }
a { background-color: rgb(171,21,78); }
div.DivClassName
{
background-color: #AB154E;
}
.BgClassName
{
background-color: #AB154E;
}
</style>
border-color css
<style>
span { border-color: #AB154E; }
span { border-color: rgb(171,21,78); }
td.TdClassName
{
border-color: #AB154E;
}
.TagClassName
{
border-color: #AB154E;
}
</style>