Shades of Jazzberry Jam #AB266D
Tints of Jazzberry Jam #AB266D
RGB
CMYK
RGB Variations
Color information
#AB266D (or 0xAB266D) is known color: Jazzberry Jam. HEX triplet: AB, 26 and 6D. RGB value is (171,38,109). Sum of RGB (Red+Green+Blue) = 171+38+109=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB266D is #54D992. Grayscale: #555555. Windows color (decimal): -5560723 or 7153323. OLE color: 7153323.
HSL color Cylindrical-coordinate representation of color #AB266D: hue angle of 327.97º 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 #AB266D is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 109 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.33 |
| HSL | 327.97º | 0.64% | 0.41% | - |
| HSV(B) | 327.97º | 0.78% | 0.67% | - |
| XYZ | 20.25 | 11.15 | 15.55 | - |
| YUV | 85.86 | 141.06 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 109 | 0 | 0.78 | 0.36 | 0.33 | 327.97 | 0.64 | 0.41 |
| Hex | AB | 26 | 6D | 0 | 4E | 24 | 21 | 148 | 40 | 29 |
| Octal | 253 | 46 | 155 | 0 | 116 | 44 | 41 | 510 | 100 | 51 |
| Binary | 10101011 | 100110 | 1101101 | 0 | 1001110 | 100100 | 100001 | 101001000 | 1000000 | 101001 |
Color Harmonies of #AB266D
Complementary color
Monochromatic Colors of #AB266D
Black with #AB266D
Text Example
Text Example
White with #AB266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB266D; }
p { color: rgb(171,38,109); }
H1.HeaderClassName
{
color: #AB266D;
}
.AnyTagClassName
{
color: #AB266D;
}
</style>
background-color css
<style>
a { background-color: #AB266D; }
a { background-color: rgb(171,38,109); }
div.DivClassName
{
background-color: #AB266D;
}
.BgClassName
{
background-color: #AB266D;
}
</style>
border-color css
<style>
span { border-color: #AB266D; }
span { border-color: rgb(171,38,109); }
td.TdClassName
{
border-color: #AB266D;
}
.TagClassName
{
border-color: #AB266D;
}
</style>