Shades of Jazzberry Jam #AB0064
Tints of Jazzberry Jam #AB0064
RGB
CMYK
RGB Variations
Color information
#AB0064 (or 0xAB0064) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 64. RGB value is (171,0,100). Sum of RGB (Red+Green+Blue) = 171+0+100=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0064 is #54FF9B. Grayscale: #3E3E3E. Windows color (decimal): -5570460 or 6553771. OLE color: 6553771.
HSL color Cylindrical-coordinate representation of color #AB0064: hue angle of 324.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB0064 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.42 | 0.33 |
| HSL | 324.91º | 1% | 0.34% | - |
| HSV(B) | 324.91º | 1% | 0.67% | - |
| XYZ | 19.09 | 9.58 | 12.9 | - |
| YUV | 62.53 | 149.15 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 100 | 0 | 1 | 0.42 | 0.33 | 324.91 | 1 | 0.34 |
| Hex | AB | 0 | 64 | 0 | 64 | 2A | 21 | 145 | 64 | 22 |
| Octal | 253 | 0 | 144 | 0 | 144 | 52 | 41 | 505 | 144 | 42 |
| Binary | 10101011 | 0 | 1100100 | 0 | 1100100 | 101010 | 100001 | 101000101 | 1100100 | 100010 |
Color Harmonies of #AB0064
Complementary color
Monochromatic Colors of #AB0064
Black with #AB0064
Text Example
Text Example
White with #AB0064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0064; }
p { color: rgb(171,0,100); }
H1.HeaderClassName
{
color: #AB0064;
}
.AnyTagClassName
{
color: #AB0064;
}
</style>
background-color css
<style>
a { background-color: #AB0064; }
a { background-color: rgb(171,0,100); }
div.DivClassName
{
background-color: #AB0064;
}
.BgClassName
{
background-color: #AB0064;
}
</style>
border-color css
<style>
span { border-color: #AB0064; }
span { border-color: rgb(171,0,100); }
td.TdClassName
{
border-color: #AB0064;
}
.TagClassName
{
border-color: #AB0064;
}
</style>