Shades of Jazzberry Jam #AB004E
Tints of Jazzberry Jam #AB004E
RGB
CMYK
RGB Variations
Color information
#AB004E (or 0xAB004E) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 4E. RGB value is (171,0,78). Sum of RGB (Red+Green+Blue) = 171+0+78=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB004E is #54FFB1. Grayscale: #3B3B3B. Windows color (decimal): -5570482 or 5111979. OLE color: 5111979.
HSL color Cylindrical-coordinate representation of color #AB004E: hue angle of 332.63º 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 #AB004E is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.54 | 0.33 |
| HSL | 332.63º | 1% | 0.34% | - |
| HSV(B) | 332.63º | 1% | 0.67% | - |
| XYZ | 18.17 | 9.21 | 8.03 | - |
| YUV | 60.02 | 138.15 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 78 | 0 | 1 | 0.54 | 0.33 | 332.63 | 1 | 0.34 |
| Hex | AB | 0 | 4E | 0 | 64 | 36 | 21 | 14D | 64 | 22 |
| Octal | 253 | 0 | 116 | 0 | 144 | 66 | 41 | 515 | 144 | 42 |
| Binary | 10101011 | 0 | 1001110 | 0 | 1100100 | 110110 | 100001 | 101001101 | 1100100 | 100010 |
Color Harmonies of #AB004E
Complementary color
Monochromatic Colors of #AB004E
Black with #AB004E
Text Example
Text Example
White with #AB004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB004E; }
p { color: rgb(171,0,78); }
H1.HeaderClassName
{
color: #AB004E;
}
.AnyTagClassName
{
color: #AB004E;
}
</style>
background-color css
<style>
a { background-color: #AB004E; }
a { background-color: rgb(171,0,78); }
div.DivClassName
{
background-color: #AB004E;
}
.BgClassName
{
background-color: #AB004E;
}
</style>
border-color css
<style>
span { border-color: #AB004E; }
span { border-color: rgb(171,0,78); }
td.TdClassName
{
border-color: #AB004E;
}
.TagClassName
{
border-color: #AB004E;
}
</style>