Shades of Jazzberry Jam #AB1264
Tints of Jazzberry Jam #AB1264
RGB
CMYK
RGB Variations
Color information
#AB1264 (or 0xAB1264) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 64. RGB value is (171,18,100). Sum of RGB (Red+Green+Blue) = 171+18+100=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1264 is #54ED9B. Grayscale: #484848. Windows color (decimal): -5565852 or 6558379. OLE color: 6558379.
HSL color Cylindrical-coordinate representation of color #AB1264: hue angle of 327.84º 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 #AB1264 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 100 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.33 |
| HSL | 327.84º | 0.81% | 0.37% | - |
| HSV(B) | 327.84º | 0.89% | 0.67% | - |
| XYZ | 19.31 | 10.01 | 12.97 | - |
| YUV | 73.1 | 143.19 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 100 | 0 | 0.89 | 0.42 | 0.33 | 327.84 | 0.81 | 0.37 |
| Hex | AB | 12 | 64 | 0 | 59 | 2A | 21 | 148 | 51 | 25 |
| Octal | 253 | 22 | 144 | 0 | 131 | 52 | 41 | 510 | 121 | 45 |
| Binary | 10101011 | 10010 | 1100100 | 0 | 1011001 | 101010 | 100001 | 101001000 | 1010001 | 100101 |
Color Harmonies of #AB1264
Complementary color
Monochromatic Colors of #AB1264
Black with #AB1264
Text Example
Text Example
White with #AB1264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1264; }
p { color: rgb(171,18,100); }
H1.HeaderClassName
{
color: #AB1264;
}
.AnyTagClassName
{
color: #AB1264;
}
</style>
background-color css
<style>
a { background-color: #AB1264; }
a { background-color: rgb(171,18,100); }
div.DivClassName
{
background-color: #AB1264;
}
.BgClassName
{
background-color: #AB1264;
}
</style>
border-color css
<style>
span { border-color: #AB1264; }
span { border-color: rgb(171,18,100); }
td.TdClassName
{
border-color: #AB1264;
}
.TagClassName
{
border-color: #AB1264;
}
</style>