Shades of Jazzberry Jam #AB0763
Tints of Jazzberry Jam #AB0763
RGB
CMYK
RGB Variations
Color information
#AB0763 (or 0xAB0763) is known color: Jazzberry Jam. HEX triplet: AB, 07 and 63. RGB value is (171,7,99). Sum of RGB (Red+Green+Blue) = 171+7+99=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0763 is #54F89C. Grayscale: #424242. Windows color (decimal): -5568669 or 6490027. OLE color: 6490027.
HSL color Cylindrical-coordinate representation of color #AB0763: hue angle of 326.34º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0763 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 99 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.33 |
| HSL | 326.34º | 0.92% | 0.35% | - |
| HSV(B) | 326.34º | 0.96% | 0.67% | - |
| XYZ | 19.12 | 9.71 | 12.67 | - |
| YUV | 66.52 | 146.33 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 99 | 0 | 0.96 | 0.42 | 0.33 | 326.34 | 0.92 | 0.35 |
| Hex | AB | 7 | 63 | 0 | 60 | 2A | 21 | 146 | 5C | 23 |
| Octal | 253 | 7 | 143 | 0 | 140 | 52 | 41 | 506 | 134 | 43 |
| Binary | 10101011 | 111 | 1100011 | 0 | 1100000 | 101010 | 100001 | 101000110 | 1011100 | 100011 |
Color Harmonies of #AB0763
Complementary color
Monochromatic Colors of #AB0763
Black with #AB0763
Text Example
Text Example
White with #AB0763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0763; }
p { color: rgb(171,7,99); }
H1.HeaderClassName
{
color: #AB0763;
}
.AnyTagClassName
{
color: #AB0763;
}
</style>
background-color css
<style>
a { background-color: #AB0763; }
a { background-color: rgb(171,7,99); }
div.DivClassName
{
background-color: #AB0763;
}
.BgClassName
{
background-color: #AB0763;
}
</style>
border-color css
<style>
span { border-color: #AB0763; }
span { border-color: rgb(171,7,99); }
td.TdClassName
{
border-color: #AB0763;
}
.TagClassName
{
border-color: #AB0763;
}
</style>