Shades of Jazzberry Jam #AB156D
Tints of Jazzberry Jam #AB156D
RGB
CMYK
RGB Variations
Color information
#AB156D (or 0xAB156D) is known color: Jazzberry Jam. HEX triplet: AB, 15 and 6D. RGB value is (171,21,109). Sum of RGB (Red+Green+Blue) = 171+21+109=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB156D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB156D is #54EA92. Grayscale: #4B4B4B. Windows color (decimal): -5565075 or 7148971. OLE color: 7148971.
HSL color Cylindrical-coordinate representation of color #AB156D: hue angle of 324.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB156D is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 109 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.33 |
| HSL | 324.8º | 0.78% | 0.38% | - |
| HSV(B) | 324.8º | 0.88% | 0.67% | - |
| XYZ | 19.82 | 10.3 | 15.41 | - |
| YUV | 75.88 | 146.7 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 109 | 0 | 0.88 | 0.36 | 0.33 | 324.8 | 0.78 | 0.38 |
| Hex | AB | 15 | 6D | 0 | 58 | 24 | 21 | 145 | 4E | 26 |
| Octal | 253 | 25 | 155 | 0 | 130 | 44 | 41 | 505 | 116 | 46 |
| Binary | 10101011 | 10101 | 1101101 | 0 | 1011000 | 100100 | 100001 | 101000101 | 1001110 | 100110 |
Color Harmonies of #AB156D
Complementary color
Monochromatic Colors of #AB156D
Black with #AB156D
Text Example
Text Example
White with #AB156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB156D; }
p { color: rgb(171,21,109); }
H1.HeaderClassName
{
color: #AB156D;
}
.AnyTagClassName
{
color: #AB156D;
}
</style>
background-color css
<style>
a { background-color: #AB156D; }
a { background-color: rgb(171,21,109); }
div.DivClassName
{
background-color: #AB156D;
}
.BgClassName
{
background-color: #AB156D;
}
</style>
border-color css
<style>
span { border-color: #AB156D; }
span { border-color: rgb(171,21,109); }
td.TdClassName
{
border-color: #AB156D;
}
.TagClassName
{
border-color: #AB156D;
}
</style>