Shades of Jazzberry Jam #AB106B
Tints of Jazzberry Jam #AB106B
RGB
CMYK
RGB Variations
Color information
#AB106B (or 0xAB106B) is known color: Jazzberry Jam. HEX triplet: AB, 10 and 6B. RGB value is (171,16,107). Sum of RGB (Red+Green+Blue) = 171+16+107=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB106B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB106B is #54EF94. Grayscale: #484848. Windows color (decimal): -5566357 or 7016619. OLE color: 7016619.
HSL color Cylindrical-coordinate representation of color #AB106B: hue angle of 324.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB106B is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 107 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.33 |
| HSL | 324.77º | 0.83% | 0.37% | - |
| HSV(B) | 324.77º | 0.91% | 0.67% | - |
| XYZ | 19.63 | 10.09 | 14.82 | - |
| YUV | 72.72 | 147.35 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 107 | 0 | 0.91 | 0.37 | 0.33 | 324.77 | 0.83 | 0.37 |
| Hex | AB | 10 | 6B | 0 | 5B | 25 | 21 | 145 | 53 | 25 |
| Octal | 253 | 20 | 153 | 0 | 133 | 45 | 41 | 505 | 123 | 45 |
| Binary | 10101011 | 10000 | 1101011 | 0 | 1011011 | 100101 | 100001 | 101000101 | 1010011 | 100101 |
Color Harmonies of #AB106B
Complementary color
Monochromatic Colors of #AB106B
Black with #AB106B
Text Example
Text Example
White with #AB106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB106B; }
p { color: rgb(171,16,107); }
H1.HeaderClassName
{
color: #AB106B;
}
.AnyTagClassName
{
color: #AB106B;
}
</style>
background-color css
<style>
a { background-color: #AB106B; }
a { background-color: rgb(171,16,107); }
div.DivClassName
{
background-color: #AB106B;
}
.BgClassName
{
background-color: #AB106B;
}
</style>
border-color css
<style>
span { border-color: #AB106B; }
span { border-color: rgb(171,16,107); }
td.TdClassName
{
border-color: #AB106B;
}
.TagClassName
{
border-color: #AB106B;
}
</style>