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