Shades of Jazzberry Jam #AB004D
Tints of Jazzberry Jam #AB004D
RGB
CMYK
RGB Variations
Color information
#AB004D (or 0xAB004D) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 4D. RGB value is (171,0,77). Sum of RGB (Red+Green+Blue) = 171+0+77=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB004D is #54FFB2. Grayscale: #3B3B3B. Windows color (decimal): -5570483 or 5046443. OLE color: 5046443.
HSL color Cylindrical-coordinate representation of color #AB004D: hue angle of 332.98º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB004D is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.55 | 0.33 |
| HSL | 332.98º | 1% | 0.34% | - |
| HSV(B) | 332.98º | 1% | 0.67% | - |
| XYZ | 18.13 | 9.19 | 7.84 | - |
| YUV | 59.91 | 137.65 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 77 | 0 | 1 | 0.55 | 0.33 | 332.98 | 1 | 0.34 |
| Hex | AB | 0 | 4D | 0 | 64 | 37 | 21 | 14D | 64 | 22 |
| Octal | 253 | 0 | 115 | 0 | 144 | 67 | 41 | 515 | 144 | 42 |
| Binary | 10101011 | 0 | 1001101 | 0 | 1100100 | 110111 | 100001 | 101001101 | 1100100 | 100010 |
Color Harmonies of #AB004D
Complementary color
Monochromatic Colors of #AB004D
Black with #AB004D
Text Example
Text Example
White with #AB004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB004D; }
p { color: rgb(171,0,77); }
H1.HeaderClassName
{
color: #AB004D;
}
.AnyTagClassName
{
color: #AB004D;
}
</style>
background-color css
<style>
a { background-color: #AB004D; }
a { background-color: rgb(171,0,77); }
div.DivClassName
{
background-color: #AB004D;
}
.BgClassName
{
background-color: #AB004D;
}
</style>
border-color css
<style>
span { border-color: #AB004D; }
span { border-color: rgb(171,0,77); }
td.TdClassName
{
border-color: #AB004D;
}
.TagClassName
{
border-color: #AB004D;
}
</style>