Shades of Jazzberry Jam #AB0058
Tints of Jazzberry Jam #AB0058
RGB
CMYK
RGB Variations
Color information
#AB0058 (or 0xAB0058) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 58. RGB value is (171,0,88). Sum of RGB (Red+Green+Blue) = 171+0+88=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0058 is #54FFA7. Grayscale: #3C3C3C. Windows color (decimal): -5570472 or 5767339. OLE color: 5767339.
HSL color Cylindrical-coordinate representation of color #AB0058: hue angle of 329.12º 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 #AB0058 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.49 | 0.33 |
| HSL | 329.12º | 1% | 0.34% | - |
| HSV(B) | 329.12º | 1% | 0.67% | - |
| XYZ | 18.56 | 9.36 | 10.06 | - |
| YUV | 61.16 | 143.15 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 88 | 0 | 1 | 0.49 | 0.33 | 329.12 | 1 | 0.34 |
| Hex | AB | 0 | 58 | 0 | 64 | 31 | 21 | 149 | 64 | 22 |
| Octal | 253 | 0 | 130 | 0 | 144 | 61 | 41 | 511 | 144 | 42 |
| Binary | 10101011 | 0 | 1011000 | 0 | 1100100 | 110001 | 100001 | 101001001 | 1100100 | 100010 |
Color Harmonies of #AB0058
Complementary color
Monochromatic Colors of #AB0058
Black with #AB0058
Text Example
Text Example
White with #AB0058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0058; }
p { color: rgb(171,0,88); }
H1.HeaderClassName
{
color: #AB0058;
}
.AnyTagClassName
{
color: #AB0058;
}
</style>
background-color css
<style>
a { background-color: #AB0058; }
a { background-color: rgb(171,0,88); }
div.DivClassName
{
background-color: #AB0058;
}
.BgClassName
{
background-color: #AB0058;
}
</style>
border-color css
<style>
span { border-color: #AB0058; }
span { border-color: rgb(171,0,88); }
td.TdClassName
{
border-color: #AB0058;
}
.TagClassName
{
border-color: #AB0058;
}
</style>