Shades of Jazzberry Jam #AB106D
Tints of Jazzberry Jam #AB106D
RGB
CMYK
RGB Variations
Color information
#AB106D (or 0xAB106D) is known color: Jazzberry Jam. HEX triplet: AB, 10 and 6D. RGB value is (171,16,109). Sum of RGB (Red+Green+Blue) = 171+16+109=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB106D is #54EF92. Grayscale: #484848. Windows color (decimal): -5566355 or 7147691. OLE color: 7147691.
HSL color Cylindrical-coordinate representation of color #AB106D: hue angle of 324º 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 #AB106D is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 109 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.33 |
| HSL | 324º | 0.83% | 0.37% | - |
| HSV(B) | 324º | 0.91% | 0.67% | - |
| XYZ | 19.74 | 10.13 | 15.38 | - |
| YUV | 72.95 | 148.35 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 109 | 0 | 0.91 | 0.36 | 0.33 | 324 | 0.83 | 0.37 |
| Hex | AB | 10 | 6D | 0 | 5B | 24 | 21 | 144 | 53 | 25 |
| Octal | 253 | 20 | 155 | 0 | 133 | 44 | 41 | 504 | 123 | 45 |
| Binary | 10101011 | 10000 | 1101101 | 0 | 1011011 | 100100 | 100001 | 101000100 | 1010011 | 100101 |
Color Harmonies of #AB106D
Complementary color
Monochromatic Colors of #AB106D
Black with #AB106D
Text Example
Text Example
White with #AB106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB106D; }
p { color: rgb(171,16,109); }
H1.HeaderClassName
{
color: #AB106D;
}
.AnyTagClassName
{
color: #AB106D;
}
</style>
background-color css
<style>
a { background-color: #AB106D; }
a { background-color: rgb(171,16,109); }
div.DivClassName
{
background-color: #AB106D;
}
.BgClassName
{
background-color: #AB106D;
}
</style>
border-color css
<style>
span { border-color: #AB106D; }
span { border-color: rgb(171,16,109); }
td.TdClassName
{
border-color: #AB106D;
}
.TagClassName
{
border-color: #AB106D;
}
</style>