Shades of Jazzberry Jam #AB136A
Tints of Jazzberry Jam #AB136A
RGB
CMYK
RGB Variations
Color information
#AB136A (or 0xAB136A) is known color: Jazzberry Jam. HEX triplet: AB, 13 and 6A. RGB value is (171,19,106). Sum of RGB (Red+Green+Blue) = 171+19+106=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB136A is #54EC95. Grayscale: #4A4A4A. Windows color (decimal): -5565590 or 6951851. OLE color: 6951851.
HSL color Cylindrical-coordinate representation of color #AB136A: hue angle of 325.66º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB136A is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 106 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.33 |
| HSL | 325.66º | 0.8% | 0.37% | - |
| HSV(B) | 325.66º | 0.89% | 0.67% | - |
| XYZ | 19.63 | 10.16 | 14.56 | - |
| YUV | 74.37 | 145.86 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 106 | 0 | 0.89 | 0.38 | 0.33 | 325.66 | 0.8 | 0.37 |
| Hex | AB | 13 | 6A | 0 | 59 | 26 | 21 | 146 | 50 | 25 |
| Octal | 253 | 23 | 152 | 0 | 131 | 46 | 41 | 506 | 120 | 45 |
| Binary | 10101011 | 10011 | 1101010 | 0 | 1011001 | 100110 | 100001 | 101000110 | 1010000 | 100101 |
Color Harmonies of #AB136A
Complementary color
Monochromatic Colors of #AB136A
Black with #AB136A
Text Example
Text Example
White with #AB136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB136A; }
p { color: rgb(171,19,106); }
H1.HeaderClassName
{
color: #AB136A;
}
.AnyTagClassName
{
color: #AB136A;
}
</style>
background-color css
<style>
a { background-color: #AB136A; }
a { background-color: rgb(171,19,106); }
div.DivClassName
{
background-color: #AB136A;
}
.BgClassName
{
background-color: #AB136A;
}
</style>
border-color css
<style>
span { border-color: #AB136A; }
span { border-color: rgb(171,19,106); }
td.TdClassName
{
border-color: #AB136A;
}
.TagClassName
{
border-color: #AB136A;
}
</style>