Shades of Jazzberry Jam #AB014D
Tints of Jazzberry Jam #AB014D
RGB
CMYK
RGB Variations
Color information
#AB014D (or 0xAB014D) is known color: Jazzberry Jam. HEX triplet: AB, 01 and 4D. RGB value is (171,1,77). Sum of RGB (Red+Green+Blue) = 171+1+77=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB014D is #54FEB2. Grayscale: #3C3C3C. Windows color (decimal): -5570227 or 5046699. OLE color: 5046699.
HSL color Cylindrical-coordinate representation of color #AB014D: hue angle of 333.18º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB014D is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.33 |
| HSL | 333.18º | 0.99% | 0.34% | - |
| HSV(B) | 333.18º | 0.99% | 0.67% | - |
| XYZ | 18.15 | 9.22 | 7.84 | - |
| YUV | 60.49 | 137.32 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 77 | 0 | 0.99 | 0.55 | 0.33 | 333.18 | 0.99 | 0.34 |
| Hex | AB | 1 | 4D | 0 | 63 | 37 | 21 | 14D | 63 | 22 |
| Octal | 253 | 1 | 115 | 0 | 143 | 67 | 41 | 515 | 143 | 42 |
| Binary | 10101011 | 1 | 1001101 | 0 | 1100011 | 110111 | 100001 | 101001101 | 1100011 | 100010 |
Color Harmonies of #AB014D
Complementary color
Monochromatic Colors of #AB014D
Black with #AB014D
Text Example
Text Example
White with #AB014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB014D; }
p { color: rgb(171,1,77); }
H1.HeaderClassName
{
color: #AB014D;
}
.AnyTagClassName
{
color: #AB014D;
}
</style>
background-color css
<style>
a { background-color: #AB014D; }
a { background-color: rgb(171,1,77); }
div.DivClassName
{
background-color: #AB014D;
}
.BgClassName
{
background-color: #AB014D;
}
</style>
border-color css
<style>
span { border-color: #AB014D; }
span { border-color: rgb(171,1,77); }
td.TdClassName
{
border-color: #AB014D;
}
.TagClassName
{
border-color: #AB014D;
}
</style>