Shades of Jazzberry Jam #AB0565
Tints of Jazzberry Jam #AB0565
RGB
CMYK
RGB Variations
Color information
#AB0565 (or 0xAB0565) is known color: Jazzberry Jam. HEX triplet: AB, 05 and 65. RGB value is (171,5,101). Sum of RGB (Red+Green+Blue) = 171+5+101=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0565 is #54FA9A. Grayscale: #414141. Windows color (decimal): -5569179 or 6620587. OLE color: 6620587.
HSL color Cylindrical-coordinate representation of color #AB0565: hue angle of 325.3º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB0565 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 101 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.33 |
| HSL | 325.3º | 0.94% | 0.35% | - |
| HSV(B) | 325.3º | 0.97% | 0.67% | - |
| XYZ | 19.2 | 9.71 | 13.17 | - |
| YUV | 65.58 | 148 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 101 | 0 | 0.97 | 0.41 | 0.33 | 325.3 | 0.94 | 0.35 |
| Hex | AB | 5 | 65 | 0 | 61 | 29 | 21 | 145 | 5E | 23 |
| Octal | 253 | 5 | 145 | 0 | 141 | 51 | 41 | 505 | 136 | 43 |
| Binary | 10101011 | 101 | 1100101 | 0 | 1100001 | 101001 | 100001 | 101000101 | 1011110 | 100011 |
Color Harmonies of #AB0565
Complementary color
Monochromatic Colors of #AB0565
Black with #AB0565
Text Example
Text Example
White with #AB0565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0565; }
p { color: rgb(171,5,101); }
H1.HeaderClassName
{
color: #AB0565;
}
.AnyTagClassName
{
color: #AB0565;
}
</style>
background-color css
<style>
a { background-color: #AB0565; }
a { background-color: rgb(171,5,101); }
div.DivClassName
{
background-color: #AB0565;
}
.BgClassName
{
background-color: #AB0565;
}
</style>
border-color css
<style>
span { border-color: #AB0565; }
span { border-color: rgb(171,5,101); }
td.TdClassName
{
border-color: #AB0565;
}
.TagClassName
{
border-color: #AB0565;
}
</style>