Shades of Jazzberry Jam #AB0670
Tints of Jazzberry Jam #AB0670
RGB
CMYK
RGB Variations
Color information
#AB0670 (or 0xAB0670) is known color: Jazzberry Jam. HEX triplet: AB, 06 and 70. RGB value is (171,6,112). Sum of RGB (Red+Green+Blue) = 171+6+112=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0670 is #54F98F. Grayscale: #434343. Windows color (decimal): -5568912 or 7341739. OLE color: 7341739.
HSL color Cylindrical-coordinate representation of color #AB0670: hue angle of 321.45º degrees, saturation: 0.93, 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 #AB0670 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 112 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.33 |
| HSL | 321.45º | 0.93% | 0.35% | - |
| HSV(B) | 321.45º | 0.96% | 0.67% | - |
| XYZ | 19.78 | 9.96 | 16.21 | - |
| YUV | 67.42 | 153.16 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 112 | 0 | 0.96 | 0.35 | 0.33 | 321.45 | 0.93 | 0.35 |
| Hex | AB | 6 | 70 | 0 | 60 | 23 | 21 | 141 | 5D | 23 |
| Octal | 253 | 6 | 160 | 0 | 140 | 43 | 41 | 501 | 135 | 43 |
| Binary | 10101011 | 110 | 1110000 | 0 | 1100000 | 100011 | 100001 | 101000001 | 1011101 | 100011 |
Color Harmonies of #AB0670
Complementary color
Monochromatic Colors of #AB0670
Black with #AB0670
Text Example
Text Example
White with #AB0670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0670; }
p { color: rgb(171,6,112); }
H1.HeaderClassName
{
color: #AB0670;
}
.AnyTagClassName
{
color: #AB0670;
}
</style>
background-color css
<style>
a { background-color: #AB0670; }
a { background-color: rgb(171,6,112); }
div.DivClassName
{
background-color: #AB0670;
}
.BgClassName
{
background-color: #AB0670;
}
</style>
border-color css
<style>
span { border-color: #AB0670; }
span { border-color: rgb(171,6,112); }
td.TdClassName
{
border-color: #AB0670;
}
.TagClassName
{
border-color: #AB0670;
}
</style>