Shades of Jazzberry Jam #AB106C
Tints of Jazzberry Jam #AB106C
RGB
CMYK
RGB Variations
Color information
#AB106C (or 0xAB106C) is known color: Jazzberry Jam. HEX triplet: AB, 10 and 6C. RGB value is (171,16,108). Sum of RGB (Red+Green+Blue) = 171+16+108=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB106C is #54EF93. Grayscale: #484848. Windows color (decimal): -5566356 or 7082155. OLE color: 7082155.
HSL color Cylindrical-coordinate representation of color #AB106C: hue angle of 324.39º 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 #AB106C is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 108 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.33 |
| HSL | 324.39º | 0.83% | 0.37% | - |
| HSV(B) | 324.39º | 0.91% | 0.67% | - |
| XYZ | 19.69 | 10.11 | 15.1 | - |
| YUV | 72.83 | 147.85 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 108 | 0 | 0.91 | 0.37 | 0.33 | 324.39 | 0.83 | 0.37 |
| Hex | AB | 10 | 6C | 0 | 5B | 25 | 21 | 144 | 53 | 25 |
| Octal | 253 | 20 | 154 | 0 | 133 | 45 | 41 | 504 | 123 | 45 |
| Binary | 10101011 | 10000 | 1101100 | 0 | 1011011 | 100101 | 100001 | 101000100 | 1010011 | 100101 |
Color Harmonies of #AB106C
Complementary color
Monochromatic Colors of #AB106C
Black with #AB106C
Text Example
Text Example
White with #AB106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB106C; }
p { color: rgb(171,16,108); }
H1.HeaderClassName
{
color: #AB106C;
}
.AnyTagClassName
{
color: #AB106C;
}
</style>
background-color css
<style>
a { background-color: #AB106C; }
a { background-color: rgb(171,16,108); }
div.DivClassName
{
background-color: #AB106C;
}
.BgClassName
{
background-color: #AB106C;
}
</style>
border-color css
<style>
span { border-color: #AB106C; }
span { border-color: rgb(171,16,108); }
td.TdClassName
{
border-color: #AB106C;
}
.TagClassName
{
border-color: #AB106C;
}
</style>