Shades of Jazzberry Jam #A8144C
Tints of Jazzberry Jam #A8144C
RGB
CMYK
RGB Variations
Color information
#A8144C (or 0xA8144C) is known color: Jazzberry Jam. HEX triplet: A8, 14 and 4C. RGB value is (168,20,76). Sum of RGB (Red+Green+Blue) = 168+20+76=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A8144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8144C is #57EBB3. Grayscale: #464646. Windows color (decimal): -5761972 or 4986024. OLE color: 4986024.
HSL color Cylindrical-coordinate representation of color #A8144C: hue angle of 337.3º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8144C is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 76 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.34 |
| HSL | 337.3º | 0.79% | 0.37% | - |
| HSV(B) | 337.3º | 0.88% | 0.66% | - |
| XYZ | 17.7 | 9.35 | 7.71 | - |
| YUV | 70.64 | 131.03 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 76 | 0 | 0.88 | 0.55 | 0.34 | 337.3 | 0.79 | 0.37 |
| Hex | A8 | 14 | 4C | 0 | 58 | 37 | 22 | 151 | 4F | 25 |
| Octal | 250 | 24 | 114 | 0 | 130 | 67 | 42 | 521 | 117 | 45 |
| Binary | 10101000 | 10100 | 1001100 | 0 | 1011000 | 110111 | 100010 | 101010001 | 1001111 | 100101 |
Color Harmonies of #A8144C
Complementary color
Monochromatic Colors of #A8144C
Black with #A8144C
Text Example
Text Example
White with #A8144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8144C; }
p { color: rgb(168,20,76); }
H1.HeaderClassName
{
color: #A8144C;
}
.AnyTagClassName
{
color: #A8144C;
}
</style>
background-color css
<style>
a { background-color: #A8144C; }
a { background-color: rgb(168,20,76); }
div.DivClassName
{
background-color: #A8144C;
}
.BgClassName
{
background-color: #A8144C;
}
</style>
border-color css
<style>
span { border-color: #A8144C; }
span { border-color: rgb(168,20,76); }
td.TdClassName
{
border-color: #A8144C;
}
.TagClassName
{
border-color: #A8144C;
}
</style>