Shades of Jazzberry Jam #AB0051
Tints of Jazzberry Jam #AB0051
RGB
CMYK
RGB Variations
Color information
#AB0051 (or 0xAB0051) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 51. RGB value is (171,0,81). Sum of RGB (Red+Green+Blue) = 171+0+81=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0051 is #54FFAE. Grayscale: #3C3C3C. Windows color (decimal): -5570479 or 5308587. OLE color: 5308587.
HSL color Cylindrical-coordinate representation of color #AB0051: hue angle of 331.58º 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 #AB0051 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.53 | 0.33 |
| HSL | 331.58º | 1% | 0.34% | - |
| HSV(B) | 331.58º | 1% | 0.67% | - |
| XYZ | 18.28 | 9.25 | 8.61 | - |
| YUV | 60.36 | 139.65 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 81 | 0 | 1 | 0.53 | 0.33 | 331.58 | 1 | 0.34 |
| Hex | AB | 0 | 51 | 0 | 64 | 35 | 21 | 14C | 64 | 22 |
| Octal | 253 | 0 | 121 | 0 | 144 | 65 | 41 | 514 | 144 | 42 |
| Binary | 10101011 | 0 | 1010001 | 0 | 1100100 | 110101 | 100001 | 101001100 | 1100100 | 100010 |
Color Harmonies of #AB0051
Complementary color
Monochromatic Colors of #AB0051
Black with #AB0051
Text Example
Text Example
White with #AB0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0051; }
p { color: rgb(171,0,81); }
H1.HeaderClassName
{
color: #AB0051;
}
.AnyTagClassName
{
color: #AB0051;
}
</style>
background-color css
<style>
a { background-color: #AB0051; }
a { background-color: rgb(171,0,81); }
div.DivClassName
{
background-color: #AB0051;
}
.BgClassName
{
background-color: #AB0051;
}
</style>
border-color css
<style>
span { border-color: #AB0051; }
span { border-color: rgb(171,0,81); }
td.TdClassName
{
border-color: #AB0051;
}
.TagClassName
{
border-color: #AB0051;
}
</style>