Shades of Jazzberry Jam #AB105B
Tints of Jazzberry Jam #AB105B
RGB
CMYK
RGB Variations
Color information
#AB105B (or 0xAB105B) is known color: Jazzberry Jam. HEX triplet: AB, 10 and 5B. RGB value is (171,16,91). Sum of RGB (Red+Green+Blue) = 171+16+91=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB105B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB105B is #54EFA4. Grayscale: #464646. Windows color (decimal): -5566373 or 5968043. OLE color: 5968043.
HSL color Cylindrical-coordinate representation of color #AB105B: hue angle of 330.97º 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 #AB105B is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 91 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.33 |
| HSL | 330.97º | 0.83% | 0.37% | - |
| HSV(B) | 330.97º | 0.91% | 0.67% | - |
| XYZ | 18.87 | 9.78 | 10.79 | - |
| YUV | 70.9 | 139.35 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 91 | 0 | 0.91 | 0.47 | 0.33 | 330.97 | 0.83 | 0.37 |
| Hex | AB | 10 | 5B | 0 | 5B | 2F | 21 | 14B | 53 | 25 |
| Octal | 253 | 20 | 133 | 0 | 133 | 57 | 41 | 513 | 123 | 45 |
| Binary | 10101011 | 10000 | 1011011 | 0 | 1011011 | 101111 | 100001 | 101001011 | 1010011 | 100101 |
Color Harmonies of #AB105B
Complementary color
Monochromatic Colors of #AB105B
Black with #AB105B
Text Example
Text Example
White with #AB105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB105B; }
p { color: rgb(171,16,91); }
H1.HeaderClassName
{
color: #AB105B;
}
.AnyTagClassName
{
color: #AB105B;
}
</style>
background-color css
<style>
a { background-color: #AB105B; }
a { background-color: rgb(171,16,91); }
div.DivClassName
{
background-color: #AB105B;
}
.BgClassName
{
background-color: #AB105B;
}
</style>
border-color css
<style>
span { border-color: #AB105B; }
span { border-color: rgb(171,16,91); }
td.TdClassName
{
border-color: #AB105B;
}
.TagClassName
{
border-color: #AB105B;
}
</style>