Shades of Jazzberry Jam #AB136D
Tints of Jazzberry Jam #AB136D
RGB
CMYK
RGB Variations
Color information
#AB136D (or 0xAB136D) is known color: Jazzberry Jam. HEX triplet: AB, 13 and 6D. RGB value is (171,19,109). Sum of RGB (Red+Green+Blue) = 171+19+109=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB136D is #54EC92. Grayscale: #4A4A4A. Windows color (decimal): -5565587 or 7148459. OLE color: 7148459.
HSL color Cylindrical-coordinate representation of color #AB136D: hue angle of 324.47º 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 #AB136D is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 109 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.33 |
| HSL | 324.47º | 0.8% | 0.37% | - |
| HSV(B) | 324.47º | 0.89% | 0.67% | - |
| XYZ | 19.79 | 10.23 | 15.4 | - |
| YUV | 74.71 | 147.36 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 109 | 0 | 0.89 | 0.36 | 0.33 | 324.47 | 0.8 | 0.37 |
| Hex | AB | 13 | 6D | 0 | 59 | 24 | 21 | 144 | 50 | 25 |
| Octal | 253 | 23 | 155 | 0 | 131 | 44 | 41 | 504 | 120 | 45 |
| Binary | 10101011 | 10011 | 1101101 | 0 | 1011001 | 100100 | 100001 | 101000100 | 1010000 | 100101 |
Color Harmonies of #AB136D
Complementary color
Monochromatic Colors of #AB136D
Black with #AB136D
Text Example
Text Example
White with #AB136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB136D; }
p { color: rgb(171,19,109); }
H1.HeaderClassName
{
color: #AB136D;
}
.AnyTagClassName
{
color: #AB136D;
}
</style>
background-color css
<style>
a { background-color: #AB136D; }
a { background-color: rgb(171,19,109); }
div.DivClassName
{
background-color: #AB136D;
}
.BgClassName
{
background-color: #AB136D;
}
</style>
border-color css
<style>
span { border-color: #AB136D; }
span { border-color: rgb(171,19,109); }
td.TdClassName
{
border-color: #AB136D;
}
.TagClassName
{
border-color: #AB136D;
}
</style>