Shades of Jazzberry Jam #AB1464
Tints of Jazzberry Jam #AB1464
RGB
CMYK
RGB Variations
Color information
#AB1464 (or 0xAB1464) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 64. RGB value is (171,20,100). Sum of RGB (Red+Green+Blue) = 171+20+100=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1464 is #54EB9B. Grayscale: #4A4A4A. Windows color (decimal): -5565340 or 6558891. OLE color: 6558891.
HSL color Cylindrical-coordinate representation of color #AB1464: hue angle of 328.21º 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 #AB1464 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 100 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.33 |
| HSL | 328.21º | 0.79% | 0.37% | - |
| HSV(B) | 328.21º | 0.88% | 0.67% | - |
| XYZ | 19.34 | 10.08 | 12.98 | - |
| YUV | 74.27 | 142.53 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 100 | 0 | 0.88 | 0.42 | 0.33 | 328.21 | 0.79 | 0.37 |
| Hex | AB | 14 | 64 | 0 | 58 | 2A | 21 | 148 | 4F | 25 |
| Octal | 253 | 24 | 144 | 0 | 130 | 52 | 41 | 510 | 117 | 45 |
| Binary | 10101011 | 10100 | 1100100 | 0 | 1011000 | 101010 | 100001 | 101001000 | 1001111 | 100101 |
Color Harmonies of #AB1464
Complementary color
Monochromatic Colors of #AB1464
Black with #AB1464
Text Example
Text Example
White with #AB1464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1464; }
p { color: rgb(171,20,100); }
H1.HeaderClassName
{
color: #AB1464;
}
.AnyTagClassName
{
color: #AB1464;
}
</style>
background-color css
<style>
a { background-color: #AB1464; }
a { background-color: rgb(171,20,100); }
div.DivClassName
{
background-color: #AB1464;
}
.BgClassName
{
background-color: #AB1464;
}
</style>
border-color css
<style>
span { border-color: #AB1464; }
span { border-color: rgb(171,20,100); }
td.TdClassName
{
border-color: #AB1464;
}
.TagClassName
{
border-color: #AB1464;
}
</style>