Shades of Jazzberry Jam #AB076C
Tints of Jazzberry Jam #AB076C
RGB
CMYK
RGB Variations
Color information
#AB076C (or 0xAB076C) is known color: Jazzberry Jam. HEX triplet: AB, 07 and 6C. RGB value is (171,7,108). Sum of RGB (Red+Green+Blue) = 171+7+108=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB076C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB076C is #54F893. Grayscale: #434343. Windows color (decimal): -5568660 or 7079851. OLE color: 7079851.
HSL color Cylindrical-coordinate representation of color #AB076C: hue angle of 323.05º 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 #AB076C is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 108 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.33 |
| HSL | 323.05º | 0.92% | 0.35% | - |
| HSV(B) | 323.05º | 0.96% | 0.67% | - |
| XYZ | 19.58 | 9.89 | 15.06 | - |
| YUV | 67.55 | 150.83 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 108 | 0 | 0.96 | 0.37 | 0.33 | 323.05 | 0.92 | 0.35 |
| Hex | AB | 7 | 6C | 0 | 60 | 25 | 21 | 143 | 5C | 23 |
| Octal | 253 | 7 | 154 | 0 | 140 | 45 | 41 | 503 | 134 | 43 |
| Binary | 10101011 | 111 | 1101100 | 0 | 1100000 | 100101 | 100001 | 101000011 | 1011100 | 100011 |
Color Harmonies of #AB076C
Complementary color
Monochromatic Colors of #AB076C
Black with #AB076C
Text Example
Text Example
White with #AB076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB076C; }
p { color: rgb(171,7,108); }
H1.HeaderClassName
{
color: #AB076C;
}
.AnyTagClassName
{
color: #AB076C;
}
</style>
background-color css
<style>
a { background-color: #AB076C; }
a { background-color: rgb(171,7,108); }
div.DivClassName
{
background-color: #AB076C;
}
.BgClassName
{
background-color: #AB076C;
}
</style>
border-color css
<style>
span { border-color: #AB076C; }
span { border-color: rgb(171,7,108); }
td.TdClassName
{
border-color: #AB076C;
}
.TagClassName
{
border-color: #AB076C;
}
</style>