Shades of Jazzberry Jam #AB0266
Tints of Jazzberry Jam #AB0266
RGB
CMYK
RGB Variations
Color information
#AB0266 (or 0xAB0266) is known color: Jazzberry Jam. HEX triplet: AB, 02 and 66. RGB value is (171,2,102). Sum of RGB (Red+Green+Blue) = 171+2+102=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0266 is #54FD99. Grayscale: #3F3F3F. Windows color (decimal): -5569946 or 6685355. OLE color: 6685355.
HSL color Cylindrical-coordinate representation of color #AB0266: hue angle of 324.5º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0266 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.33 |
| HSL | 324.5º | 0.98% | 0.34% | - |
| HSV(B) | 324.5º | 0.99% | 0.67% | - |
| XYZ | 19.21 | 9.66 | 13.42 | - |
| YUV | 63.93 | 149.49 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 102 | 0 | 0.99 | 0.40 | 0.33 | 324.5 | 0.98 | 0.34 |
| Hex | AB | 2 | 66 | 0 | 63 | 28 | 21 | 144 | 62 | 22 |
| Octal | 253 | 2 | 146 | 0 | 143 | 50 | 41 | 504 | 142 | 42 |
| Binary | 10101011 | 10 | 1100110 | 0 | 1100011 | 101000 | 100001 | 101000100 | 1100010 | 100010 |
Color Harmonies of #AB0266
Complementary color
Monochromatic Colors of #AB0266
Black with #AB0266
Text Example
Text Example
White with #AB0266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0266; }
p { color: rgb(171,2,102); }
H1.HeaderClassName
{
color: #AB0266;
}
.AnyTagClassName
{
color: #AB0266;
}
</style>
background-color css
<style>
a { background-color: #AB0266; }
a { background-color: rgb(171,2,102); }
div.DivClassName
{
background-color: #AB0266;
}
.BgClassName
{
background-color: #AB0266;
}
</style>
border-color css
<style>
span { border-color: #AB0266; }
span { border-color: rgb(171,2,102); }
td.TdClassName
{
border-color: #AB0266;
}
.TagClassName
{
border-color: #AB0266;
}
</style>