Shades of Jazzberry Jam #AB116B
Tints of Jazzberry Jam #AB116B
RGB
CMYK
RGB Variations
Color information
#AB116B (or 0xAB116B) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 6B. RGB value is (171,17,107). Sum of RGB (Red+Green+Blue) = 171+17+107=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB116B is #54EE94. Grayscale: #494949. Windows color (decimal): -5566101 or 7016875. OLE color: 7016875.
HSL color Cylindrical-coordinate representation of color #AB116B: hue angle of 324.94º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB116B is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 107 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.33 |
| HSL | 324.94º | 0.82% | 0.37% | - |
| HSV(B) | 324.94º | 0.9% | 0.67% | - |
| XYZ | 19.65 | 10.12 | 14.83 | - |
| YUV | 73.31 | 147.02 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 107 | 0 | 0.90 | 0.37 | 0.33 | 324.94 | 0.82 | 0.37 |
| Hex | AB | 11 | 6B | 0 | 5A | 25 | 21 | 145 | 52 | 25 |
| Octal | 253 | 21 | 153 | 0 | 132 | 45 | 41 | 505 | 122 | 45 |
| Binary | 10101011 | 10001 | 1101011 | 0 | 1011010 | 100101 | 100001 | 101000101 | 1010010 | 100101 |
Color Harmonies of #AB116B
Complementary color
Monochromatic Colors of #AB116B
Black with #AB116B
Text Example
Text Example
White with #AB116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB116B; }
p { color: rgb(171,17,107); }
H1.HeaderClassName
{
color: #AB116B;
}
.AnyTagClassName
{
color: #AB116B;
}
</style>
background-color css
<style>
a { background-color: #AB116B; }
a { background-color: rgb(171,17,107); }
div.DivClassName
{
background-color: #AB116B;
}
.BgClassName
{
background-color: #AB116B;
}
</style>
border-color css
<style>
span { border-color: #AB116B; }
span { border-color: rgb(171,17,107); }
td.TdClassName
{
border-color: #AB116B;
}
.TagClassName
{
border-color: #AB116B;
}
</style>