Shades of Jazzberry Jam #AB076D
Tints of Jazzberry Jam #AB076D
RGB
CMYK
RGB Variations
Color information
#AB076D (or 0xAB076D) is known color: Jazzberry Jam. HEX triplet: AB, 07 and 6D. RGB value is (171,7,109). Sum of RGB (Red+Green+Blue) = 171+7+109=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB076D is #54F892. Grayscale: #434343. Windows color (decimal): -5568659 or 7145387. OLE color: 7145387.
HSL color Cylindrical-coordinate representation of color #AB076D: hue angle of 322.68º 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 #AB076D is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 109 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.33 |
| HSL | 322.68º | 0.92% | 0.35% | - |
| HSV(B) | 322.68º | 0.96% | 0.67% | - |
| XYZ | 19.63 | 9.91 | 15.35 | - |
| YUV | 67.66 | 151.33 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 109 | 0 | 0.96 | 0.36 | 0.33 | 322.68 | 0.92 | 0.35 |
| Hex | AB | 7 | 6D | 0 | 60 | 24 | 21 | 143 | 5C | 23 |
| Octal | 253 | 7 | 155 | 0 | 140 | 44 | 41 | 503 | 134 | 43 |
| Binary | 10101011 | 111 | 1101101 | 0 | 1100000 | 100100 | 100001 | 101000011 | 1011100 | 100011 |
Color Harmonies of #AB076D
Complementary color
Monochromatic Colors of #AB076D
Black with #AB076D
Text Example
Text Example
White with #AB076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB076D; }
p { color: rgb(171,7,109); }
H1.HeaderClassName
{
color: #AB076D;
}
.AnyTagClassName
{
color: #AB076D;
}
</style>
background-color css
<style>
a { background-color: #AB076D; }
a { background-color: rgb(171,7,109); }
div.DivClassName
{
background-color: #AB076D;
}
.BgClassName
{
background-color: #AB076D;
}
</style>
border-color css
<style>
span { border-color: #AB076D; }
span { border-color: rgb(171,7,109); }
td.TdClassName
{
border-color: #AB076D;
}
.TagClassName
{
border-color: #AB076D;
}
</style>