Shades of Jazzberry Jam #AB0862
Tints of Jazzberry Jam #AB0862
RGB
CMYK
RGB Variations
Color information
#AB0862 (or 0xAB0862) is known color: Jazzberry Jam. HEX triplet: AB, 08 and 62. RGB value is (171,8,98). Sum of RGB (Red+Green+Blue) = 171+8+98=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0862 is #54F79D. Grayscale: #424242. Windows color (decimal): -5568414 or 6424747. OLE color: 6424747.
HSL color Cylindrical-coordinate representation of color #AB0862: hue angle of 326.87º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0862 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 98 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.33 |
| HSL | 326.87º | 0.91% | 0.35% | - |
| HSV(B) | 326.87º | 0.95% | 0.67% | - |
| XYZ | 19.09 | 9.71 | 12.42 | - |
| YUV | 67 | 145.5 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 98 | 0 | 0.95 | 0.43 | 0.33 | 326.87 | 0.91 | 0.35 |
| Hex | AB | 8 | 62 | 0 | 5F | 2B | 21 | 147 | 5B | 23 |
| Octal | 253 | 10 | 142 | 0 | 137 | 53 | 41 | 507 | 133 | 43 |
| Binary | 10101011 | 1000 | 1100010 | 0 | 1011111 | 101011 | 100001 | 101000111 | 1011011 | 100011 |
Color Harmonies of #AB0862
Complementary color
Monochromatic Colors of #AB0862
Black with #AB0862
Text Example
Text Example
White with #AB0862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0862; }
p { color: rgb(171,8,98); }
H1.HeaderClassName
{
color: #AB0862;
}
.AnyTagClassName
{
color: #AB0862;
}
</style>
background-color css
<style>
a { background-color: #AB0862; }
a { background-color: rgb(171,8,98); }
div.DivClassName
{
background-color: #AB0862;
}
.BgClassName
{
background-color: #AB0862;
}
</style>
border-color css
<style>
span { border-color: #AB0862; }
span { border-color: rgb(171,8,98); }
td.TdClassName
{
border-color: #AB0862;
}
.TagClassName
{
border-color: #AB0862;
}
</style>