Shades of Jazzberry Jam #AB266C
Tints of Jazzberry Jam #AB266C
RGB
CMYK
RGB Variations
Color information
#AB266C (or 0xAB266C) is known color: Jazzberry Jam. HEX triplet: AB, 26 and 6C. RGB value is (171,38,108). Sum of RGB (Red+Green+Blue) = 171+38+108=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB266C is #54D993. Grayscale: #555555. Windows color (decimal): -5560724 or 7087787. OLE color: 7087787.
HSL color Cylindrical-coordinate representation of color #AB266C: hue angle of 328.42º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB266C is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 108 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.33 |
| HSL | 328.42º | 0.64% | 0.41% | - |
| HSV(B) | 328.42º | 0.78% | 0.67% | - |
| XYZ | 20.19 | 11.13 | 15.27 | - |
| YUV | 85.75 | 140.56 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 108 | 0 | 0.78 | 0.37 | 0.33 | 328.42 | 0.64 | 0.41 |
| Hex | AB | 26 | 6C | 0 | 4E | 25 | 21 | 148 | 40 | 29 |
| Octal | 253 | 46 | 154 | 0 | 116 | 45 | 41 | 510 | 100 | 51 |
| Binary | 10101011 | 100110 | 1101100 | 0 | 1001110 | 100101 | 100001 | 101001000 | 1000000 | 101001 |
Color Harmonies of #AB266C
Complementary color
Monochromatic Colors of #AB266C
Black with #AB266C
Text Example
Text Example
White with #AB266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB266C; }
p { color: rgb(171,38,108); }
H1.HeaderClassName
{
color: #AB266C;
}
.AnyTagClassName
{
color: #AB266C;
}
</style>
background-color css
<style>
a { background-color: #AB266C; }
a { background-color: rgb(171,38,108); }
div.DivClassName
{
background-color: #AB266C;
}
.BgClassName
{
background-color: #AB266C;
}
</style>
border-color css
<style>
span { border-color: #AB266C; }
span { border-color: rgb(171,38,108); }
td.TdClassName
{
border-color: #AB266C;
}
.TagClassName
{
border-color: #AB266C;
}
</style>