Shades of Jazzberry Jam #AB1458
Tints of Jazzberry Jam #AB1458
RGB
CMYK
RGB Variations
Color information
#AB1458 (or 0xAB1458) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 58. RGB value is (171,20,88). Sum of RGB (Red+Green+Blue) = 171+20+88=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1458 is #54EBA7. Grayscale: #484848. Windows color (decimal): -5565352 or 5772459. OLE color: 5772459.
HSL color Cylindrical-coordinate representation of color #AB1458: hue angle of 332.98º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1458 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 88 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.33 |
| HSL | 332.98º | 0.79% | 0.37% | - |
| HSV(B) | 332.98º | 0.88% | 0.67% | - |
| XYZ | 18.81 | 9.86 | 10.15 | - |
| YUV | 72.9 | 136.53 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 88 | 0 | 0.88 | 0.49 | 0.33 | 332.98 | 0.79 | 0.37 |
| Hex | AB | 14 | 58 | 0 | 58 | 31 | 21 | 14D | 4F | 25 |
| Octal | 253 | 24 | 130 | 0 | 130 | 61 | 41 | 515 | 117 | 45 |
| Binary | 10101011 | 10100 | 1011000 | 0 | 1011000 | 110001 | 100001 | 101001101 | 1001111 | 100101 |
Color Harmonies of #AB1458
Complementary color
Monochromatic Colors of #AB1458
Black with #AB1458
Text Example
Text Example
White with #AB1458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1458; }
p { color: rgb(171,20,88); }
H1.HeaderClassName
{
color: #AB1458;
}
.AnyTagClassName
{
color: #AB1458;
}
</style>
background-color css
<style>
a { background-color: #AB1458; }
a { background-color: rgb(171,20,88); }
div.DivClassName
{
background-color: #AB1458;
}
.BgClassName
{
background-color: #AB1458;
}
</style>
border-color css
<style>
span { border-color: #AB1458; }
span { border-color: rgb(171,20,88); }
td.TdClassName
{
border-color: #AB1458;
}
.TagClassName
{
border-color: #AB1458;
}
</style>