Shades of Jazzberry Jam #AB166F
Tints of Jazzberry Jam #AB166F
RGB
CMYK
RGB Variations
Color information
#AB166F (or 0xAB166F) is known color: Jazzberry Jam. HEX triplet: AB, 16 and 6F. RGB value is (171,22,111). Sum of RGB (Red+Green+Blue) = 171+22+111=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB166F is #54E990. Grayscale: #4C4C4C. Windows color (decimal): -5564817 or 7280299. OLE color: 7280299.
HSL color Cylindrical-coordinate representation of color #AB166F: hue angle of 324.16º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB166F is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 111 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.33 |
| HSL | 324.16º | 0.77% | 0.38% | - |
| HSV(B) | 324.16º | 0.87% | 0.67% | - |
| XYZ | 19.95 | 10.38 | 15.99 | - |
| YUV | 76.7 | 147.36 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 111 | 0 | 0.87 | 0.35 | 0.33 | 324.16 | 0.77 | 0.38 |
| Hex | AB | 16 | 6F | 0 | 57 | 23 | 21 | 144 | 4D | 26 |
| Octal | 253 | 26 | 157 | 0 | 127 | 43 | 41 | 504 | 115 | 46 |
| Binary | 10101011 | 10110 | 1101111 | 0 | 1010111 | 100011 | 100001 | 101000100 | 1001101 | 100110 |
Color Harmonies of #AB166F
Complementary color
Monochromatic Colors of #AB166F
Black with #AB166F
Text Example
Text Example
White with #AB166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB166F; }
p { color: rgb(171,22,111); }
H1.HeaderClassName
{
color: #AB166F;
}
.AnyTagClassName
{
color: #AB166F;
}
</style>
background-color css
<style>
a { background-color: #AB166F; }
a { background-color: rgb(171,22,111); }
div.DivClassName
{
background-color: #AB166F;
}
.BgClassName
{
background-color: #AB166F;
}
</style>
border-color css
<style>
span { border-color: #AB166F; }
span { border-color: rgb(171,22,111); }
td.TdClassName
{
border-color: #AB166F;
}
.TagClassName
{
border-color: #AB166F;
}
</style>