Shades of Jazzberry Jam #AB166A
Tints of Jazzberry Jam #AB166A
RGB
CMYK
RGB Variations
Color information
#AB166A (or 0xAB166A) is known color: Jazzberry Jam. HEX triplet: AB, 16 and 6A. RGB value is (171,22,106). Sum of RGB (Red+Green+Blue) = 171+22+106=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB166A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB166A is #54E995. Grayscale: #4B4B4B. Windows color (decimal): -5564822 or 6952619. OLE color: 6952619.
HSL color Cylindrical-coordinate representation of color #AB166A: hue angle of 326.17º 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 #AB166A is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 106 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.33 |
| HSL | 326.17º | 0.77% | 0.38% | - |
| HSV(B) | 326.17º | 0.87% | 0.67% | - |
| XYZ | 19.68 | 10.27 | 14.58 | - |
| YUV | 76.13 | 144.86 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 106 | 0 | 0.87 | 0.38 | 0.33 | 326.17 | 0.77 | 0.38 |
| Hex | AB | 16 | 6A | 0 | 57 | 26 | 21 | 146 | 4D | 26 |
| Octal | 253 | 26 | 152 | 0 | 127 | 46 | 41 | 506 | 115 | 46 |
| Binary | 10101011 | 10110 | 1101010 | 0 | 1010111 | 100110 | 100001 | 101000110 | 1001101 | 100110 |
Color Harmonies of #AB166A
Complementary color
Monochromatic Colors of #AB166A
Black with #AB166A
Text Example
Text Example
White with #AB166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB166A; }
p { color: rgb(171,22,106); }
H1.HeaderClassName
{
color: #AB166A;
}
.AnyTagClassName
{
color: #AB166A;
}
</style>
background-color css
<style>
a { background-color: #AB166A; }
a { background-color: rgb(171,22,106); }
div.DivClassName
{
background-color: #AB166A;
}
.BgClassName
{
background-color: #AB166A;
}
</style>
border-color css
<style>
span { border-color: #AB166A; }
span { border-color: rgb(171,22,106); }
td.TdClassName
{
border-color: #AB166A;
}
.TagClassName
{
border-color: #AB166A;
}
</style>