Shades of Jazzberry Jam #AB1174
Tints of Jazzberry Jam #AB1174
RGB
CMYK
RGB Variations
Color information
#AB1174 (or 0xAB1174) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 74. RGB value is (171,17,116). Sum of RGB (Red+Green+Blue) = 171+17+116=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1174 is #54EE8B. Grayscale: #4A4A4A. Windows color (decimal): -5566092 or 7606699. OLE color: 7606699.
HSL color Cylindrical-coordinate representation of color #AB1174: hue angle of 321.43º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1174 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 116 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.33 |
| HSL | 321.43º | 0.82% | 0.37% | - |
| HSV(B) | 321.43º | 0.9% | 0.67% | - |
| XYZ | 20.15 | 10.32 | 17.45 | - |
| YUV | 74.33 | 151.52 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 116 | 0 | 0.90 | 0.32 | 0.33 | 321.43 | 0.82 | 0.37 |
| Hex | AB | 11 | 74 | 0 | 5A | 20 | 21 | 141 | 52 | 25 |
| Octal | 253 | 21 | 164 | 0 | 132 | 40 | 41 | 501 | 122 | 45 |
| Binary | 10101011 | 10001 | 1110100 | 0 | 1011010 | 100000 | 100001 | 101000001 | 1010010 | 100101 |
Color Harmonies of #AB1174
Complementary color
Monochromatic Colors of #AB1174
Black with #AB1174
Text Example
Text Example
White with #AB1174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1174; }
p { color: rgb(171,17,116); }
H1.HeaderClassName
{
color: #AB1174;
}
.AnyTagClassName
{
color: #AB1174;
}
</style>
background-color css
<style>
a { background-color: #AB1174; }
a { background-color: rgb(171,17,116); }
div.DivClassName
{
background-color: #AB1174;
}
.BgClassName
{
background-color: #AB1174;
}
</style>
border-color css
<style>
span { border-color: #AB1174; }
span { border-color: rgb(171,17,116); }
td.TdClassName
{
border-color: #AB1174;
}
.TagClassName
{
border-color: #AB1174;
}
</style>