Shades of Jazzberry Jam #AB135B
Tints of Jazzberry Jam #AB135B
RGB
CMYK
RGB Variations
Color information
#AB135B (or 0xAB135B) is known color: Jazzberry Jam. HEX triplet: AB, 13 and 5B. RGB value is (171,19,91). Sum of RGB (Red+Green+Blue) = 171+19+91=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB135B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB135B is #54ECA4. Grayscale: #484848. Windows color (decimal): -5565605 or 5968811. OLE color: 5968811.
HSL color Cylindrical-coordinate representation of color #AB135B: hue angle of 331.58º 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 #AB135B is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 91 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.33 |
| HSL | 331.58º | 0.8% | 0.37% | - |
| HSV(B) | 331.58º | 0.89% | 0.67% | - |
| XYZ | 18.92 | 9.88 | 10.81 | - |
| YUV | 72.66 | 138.36 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 91 | 0 | 0.89 | 0.47 | 0.33 | 331.58 | 0.8 | 0.37 |
| Hex | AB | 13 | 5B | 0 | 59 | 2F | 21 | 14C | 50 | 25 |
| Octal | 253 | 23 | 133 | 0 | 131 | 57 | 41 | 514 | 120 | 45 |
| Binary | 10101011 | 10011 | 1011011 | 0 | 1011001 | 101111 | 100001 | 101001100 | 1010000 | 100101 |
Color Harmonies of #AB135B
Complementary color
Monochromatic Colors of #AB135B
Black with #AB135B
Text Example
Text Example
White with #AB135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB135B; }
p { color: rgb(171,19,91); }
H1.HeaderClassName
{
color: #AB135B;
}
.AnyTagClassName
{
color: #AB135B;
}
</style>
background-color css
<style>
a { background-color: #AB135B; }
a { background-color: rgb(171,19,91); }
div.DivClassName
{
background-color: #AB135B;
}
.BgClassName
{
background-color: #AB135B;
}
</style>
border-color css
<style>
span { border-color: #AB135B; }
span { border-color: rgb(171,19,91); }
td.TdClassName
{
border-color: #AB135B;
}
.TagClassName
{
border-color: #AB135B;
}
</style>