Shades of Jazzberry Jam #AB136F
Tints of Jazzberry Jam #AB136F
RGB
CMYK
RGB Variations
Color information
#AB136F (or 0xAB136F) is known color: Jazzberry Jam. HEX triplet: AB, 13 and 6F. RGB value is (171,19,111). Sum of RGB (Red+Green+Blue) = 171+19+111=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB136F is #54EC90. Grayscale: #4A4A4A. Windows color (decimal): -5565585 or 7279531. OLE color: 7279531.
HSL color Cylindrical-coordinate representation of color #AB136F: hue angle of 323.68º 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 #AB136F is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 111 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.33 |
| HSL | 323.68º | 0.8% | 0.37% | - |
| HSV(B) | 323.68º | 0.89% | 0.67% | - |
| XYZ | 19.9 | 10.27 | 15.97 | - |
| YUV | 74.94 | 148.36 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 111 | 0 | 0.89 | 0.35 | 0.33 | 323.68 | 0.8 | 0.37 |
| Hex | AB | 13 | 6F | 0 | 59 | 23 | 21 | 144 | 50 | 25 |
| Octal | 253 | 23 | 157 | 0 | 131 | 43 | 41 | 504 | 120 | 45 |
| Binary | 10101011 | 10011 | 1101111 | 0 | 1011001 | 100011 | 100001 | 101000100 | 1010000 | 100101 |
Color Harmonies of #AB136F
Complementary color
Monochromatic Colors of #AB136F
Black with #AB136F
Text Example
Text Example
White with #AB136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB136F; }
p { color: rgb(171,19,111); }
H1.HeaderClassName
{
color: #AB136F;
}
.AnyTagClassName
{
color: #AB136F;
}
</style>
background-color css
<style>
a { background-color: #AB136F; }
a { background-color: rgb(171,19,111); }
div.DivClassName
{
background-color: #AB136F;
}
.BgClassName
{
background-color: #AB136F;
}
</style>
border-color css
<style>
span { border-color: #AB136F; }
span { border-color: rgb(171,19,111); }
td.TdClassName
{
border-color: #AB136F;
}
.TagClassName
{
border-color: #AB136F;
}
</style>