Shades of Jazzberry Jam #AB115D
Tints of Jazzberry Jam #AB115D
RGB
CMYK
RGB Variations
Color information
#AB115D (or 0xAB115D) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 5D. RGB value is (171,17,93). Sum of RGB (Red+Green+Blue) = 171+17+93=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB115D is #54EEA2. Grayscale: #474747. Windows color (decimal): -5566115 or 6099371. OLE color: 6099371.
HSL color Cylindrical-coordinate representation of color #AB115D: hue angle of 330.39º 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 #AB115D is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 93 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.33 |
| HSL | 330.39º | 0.82% | 0.37% | - |
| HSV(B) | 330.39º | 0.9% | 0.67% | - |
| XYZ | 18.97 | 9.85 | 11.26 | - |
| YUV | 71.71 | 140.02 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 93 | 0 | 0.90 | 0.46 | 0.33 | 330.39 | 0.82 | 0.37 |
| Hex | AB | 11 | 5D | 0 | 5A | 2E | 21 | 14A | 52 | 25 |
| Octal | 253 | 21 | 135 | 0 | 132 | 56 | 41 | 512 | 122 | 45 |
| Binary | 10101011 | 10001 | 1011101 | 0 | 1011010 | 101110 | 100001 | 101001010 | 1010010 | 100101 |
Color Harmonies of #AB115D
Complementary color
Monochromatic Colors of #AB115D
Black with #AB115D
Text Example
Text Example
White with #AB115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB115D; }
p { color: rgb(171,17,93); }
H1.HeaderClassName
{
color: #AB115D;
}
.AnyTagClassName
{
color: #AB115D;
}
</style>
background-color css
<style>
a { background-color: #AB115D; }
a { background-color: rgb(171,17,93); }
div.DivClassName
{
background-color: #AB115D;
}
.BgClassName
{
background-color: #AB115D;
}
</style>
border-color css
<style>
span { border-color: #AB115D; }
span { border-color: rgb(171,17,93); }
td.TdClassName
{
border-color: #AB115D;
}
.TagClassName
{
border-color: #AB115D;
}
</style>