Shades of Jazzberry Jam #AB134D
Tints of Jazzberry Jam #AB134D
RGB
CMYK
RGB Variations
Color information
#AB134D (or 0xAB134D) is known color: Jazzberry Jam. HEX triplet: AB, 13 and 4D. RGB value is (171,19,77). Sum of RGB (Red+Green+Blue) = 171+19+77=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB134D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB134D is #54ECB2. Grayscale: #464646. Windows color (decimal): -5565619 or 5051307. OLE color: 5051307.
HSL color Cylindrical-coordinate representation of color #AB134D: hue angle of 337.11º 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 #AB134D is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 77 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.33 |
| HSL | 337.11º | 0.8% | 0.37% | - |
| HSV(B) | 337.11º | 0.89% | 0.67% | - |
| XYZ | 18.37 | 9.66 | 7.92 | - |
| YUV | 71.06 | 131.36 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 77 | 0 | 0.89 | 0.55 | 0.33 | 337.11 | 0.8 | 0.37 |
| Hex | AB | 13 | 4D | 0 | 59 | 37 | 21 | 151 | 50 | 25 |
| Octal | 253 | 23 | 115 | 0 | 131 | 67 | 41 | 521 | 120 | 45 |
| Binary | 10101011 | 10011 | 1001101 | 0 | 1011001 | 110111 | 100001 | 101010001 | 1010000 | 100101 |
Color Harmonies of #AB134D
Complementary color
Monochromatic Colors of #AB134D
Black with #AB134D
Text Example
Text Example
White with #AB134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB134D; }
p { color: rgb(171,19,77); }
H1.HeaderClassName
{
color: #AB134D;
}
.AnyTagClassName
{
color: #AB134D;
}
</style>
background-color css
<style>
a { background-color: #AB134D; }
a { background-color: rgb(171,19,77); }
div.DivClassName
{
background-color: #AB134D;
}
.BgClassName
{
background-color: #AB134D;
}
</style>
border-color css
<style>
span { border-color: #AB134D; }
span { border-color: rgb(171,19,77); }
td.TdClassName
{
border-color: #AB134D;
}
.TagClassName
{
border-color: #AB134D;
}
</style>