Shades of Jazzberry Jam #AB144C
Tints of Jazzberry Jam #AB144C
RGB
CMYK
RGB Variations
Color information
#AB144C (or 0xAB144C) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 4C. RGB value is (171,20,76). Sum of RGB (Red+Green+Blue) = 171+20+76=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB144C is #54EBB3. Grayscale: #474747. Windows color (decimal): -5565364 or 4986027. OLE color: 4986027.
HSL color Cylindrical-coordinate representation of color #AB144C: hue angle of 337.75º 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 #AB144C is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 76 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.33 |
| HSL | 337.75º | 0.79% | 0.37% | - |
| HSV(B) | 337.75º | 0.88% | 0.67% | - |
| XYZ | 18.35 | 9.68 | 7.74 | - |
| YUV | 71.53 | 130.53 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 76 | 0 | 0.88 | 0.56 | 0.33 | 337.75 | 0.79 | 0.37 |
| Hex | AB | 14 | 4C | 0 | 58 | 38 | 21 | 152 | 4F | 25 |
| Octal | 253 | 24 | 114 | 0 | 130 | 70 | 41 | 522 | 117 | 45 |
| Binary | 10101011 | 10100 | 1001100 | 0 | 1011000 | 111000 | 100001 | 101010010 | 1001111 | 100101 |
Color Harmonies of #AB144C
Complementary color
Monochromatic Colors of #AB144C
Black with #AB144C
Text Example
Text Example
White with #AB144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB144C; }
p { color: rgb(171,20,76); }
H1.HeaderClassName
{
color: #AB144C;
}
.AnyTagClassName
{
color: #AB144C;
}
</style>
background-color css
<style>
a { background-color: #AB144C; }
a { background-color: rgb(171,20,76); }
div.DivClassName
{
background-color: #AB144C;
}
.BgClassName
{
background-color: #AB144C;
}
</style>
border-color css
<style>
span { border-color: #AB144C; }
span { border-color: rgb(171,20,76); }
td.TdClassName
{
border-color: #AB144C;
}
.TagClassName
{
border-color: #AB144C;
}
</style>