Shades of Jazzberry Jam #AB144E
Tints of Jazzberry Jam #AB144E
RGB
CMYK
RGB Variations
Color information
#AB144E (or 0xAB144E) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 4E. RGB value is (171,20,78). Sum of RGB (Red+Green+Blue) = 171+20+78=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB144E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB144E is #54EBB1. Grayscale: #474747. Windows color (decimal): -5565362 or 5117099. OLE color: 5117099.
HSL color Cylindrical-coordinate representation of color #AB144E: hue angle of 336.95º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB144E is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 78 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.33 |
| HSL | 336.95º | 0.79% | 0.37% | - |
| HSV(B) | 336.95º | 0.88% | 0.67% | - |
| XYZ | 18.42 | 9.71 | 8.11 | - |
| YUV | 71.76 | 131.53 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 78 | 0 | 0.88 | 0.54 | 0.33 | 336.95 | 0.79 | 0.37 |
| Hex | AB | 14 | 4E | 0 | 58 | 36 | 21 | 151 | 4F | 25 |
| Octal | 253 | 24 | 116 | 0 | 130 | 66 | 41 | 521 | 117 | 45 |
| Binary | 10101011 | 10100 | 1001110 | 0 | 1011000 | 110110 | 100001 | 101010001 | 1001111 | 100101 |
Color Harmonies of #AB144E
Complementary color
Monochromatic Colors of #AB144E
Black with #AB144E
Text Example
Text Example
White with #AB144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB144E; }
p { color: rgb(171,20,78); }
H1.HeaderClassName
{
color: #AB144E;
}
.AnyTagClassName
{
color: #AB144E;
}
</style>
background-color css
<style>
a { background-color: #AB144E; }
a { background-color: rgb(171,20,78); }
div.DivClassName
{
background-color: #AB144E;
}
.BgClassName
{
background-color: #AB144E;
}
</style>
border-color css
<style>
span { border-color: #AB144E; }
span { border-color: rgb(171,20,78); }
td.TdClassName
{
border-color: #AB144E;
}
.TagClassName
{
border-color: #AB144E;
}
</style>