Shades of Jazzberry Jam #AB135C
Tints of Jazzberry Jam #AB135C
RGB
CMYK
RGB Variations
Color information
#AB135C (or 0xAB135C) is known color: Jazzberry Jam. HEX triplet: AB, 13 and 5C. RGB value is (171,19,92). Sum of RGB (Red+Green+Blue) = 171+19+92=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB135C is #54ECA3. Grayscale: #484848. Windows color (decimal): -5565604 or 6034347. OLE color: 6034347.
HSL color Cylindrical-coordinate representation of color #AB135C: hue angle of 331.18º 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 #AB135C is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 92 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.33 |
| HSL | 331.18º | 0.8% | 0.37% | - |
| HSV(B) | 331.18º | 0.89% | 0.67% | - |
| XYZ | 18.96 | 9.9 | 11.04 | - |
| YUV | 72.77 | 138.86 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 92 | 0 | 0.89 | 0.46 | 0.33 | 331.18 | 0.8 | 0.37 |
| Hex | AB | 13 | 5C | 0 | 59 | 2E | 21 | 14B | 50 | 25 |
| Octal | 253 | 23 | 134 | 0 | 131 | 56 | 41 | 513 | 120 | 45 |
| Binary | 10101011 | 10011 | 1011100 | 0 | 1011001 | 101110 | 100001 | 101001011 | 1010000 | 100101 |
Color Harmonies of #AB135C
Complementary color
Monochromatic Colors of #AB135C
Black with #AB135C
Text Example
Text Example
White with #AB135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB135C; }
p { color: rgb(171,19,92); }
H1.HeaderClassName
{
color: #AB135C;
}
.AnyTagClassName
{
color: #AB135C;
}
</style>
background-color css
<style>
a { background-color: #AB135C; }
a { background-color: rgb(171,19,92); }
div.DivClassName
{
background-color: #AB135C;
}
.BgClassName
{
background-color: #AB135C;
}
</style>
border-color css
<style>
span { border-color: #AB135C; }
span { border-color: rgb(171,19,92); }
td.TdClassName
{
border-color: #AB135C;
}
.TagClassName
{
border-color: #AB135C;
}
</style>