Shades of Jazzberry Jam #A8014D
Tints of Jazzberry Jam #A8014D
RGB
CMYK
RGB Variations
Color information
#A8014D (or 0xA8014D) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 4D. RGB value is (168,1,77). Sum of RGB (Red+Green+Blue) = 168+1+77=246 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.29% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 168 - color contains mainly: red. Hex color #A8014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8014D is #57FEB2. Grayscale: #3B3B3B. Windows color (decimal): -5766835 or 5046696. OLE color: 5046696.
HSL color Cylindrical-coordinate representation of color #A8014D: hue angle of 332.69º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8014D is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.34 |
| HSL | 332.69º | 0.99% | 0.33% | - |
| HSV(B) | 332.69º | 0.99% | 0.66% | - |
| XYZ | 17.5 | 8.88 | 7.81 | - |
| YUV | 59.6 | 137.83 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 77 | 0 | 0.99 | 0.54 | 0.34 | 332.69 | 0.99 | 0.33 |
| Hex | A8 | 1 | 4D | 0 | 63 | 36 | 22 | 14D | 63 | 21 |
| Octal | 250 | 1 | 115 | 0 | 143 | 66 | 42 | 515 | 143 | 41 |
| Binary | 10101000 | 1 | 1001101 | 0 | 1100011 | 110110 | 100010 | 101001101 | 1100011 | 100001 |
Color Harmonies of #A8014D
Complementary color
Monochromatic Colors of #A8014D
Black with #A8014D
Text Example
Text Example
White with #A8014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8014D; }
p { color: rgb(168,1,77); }
H1.HeaderClassName
{
color: #A8014D;
}
.AnyTagClassName
{
color: #A8014D;
}
</style>
background-color css
<style>
a { background-color: #A8014D; }
a { background-color: rgb(168,1,77); }
div.DivClassName
{
background-color: #A8014D;
}
.BgClassName
{
background-color: #A8014D;
}
</style>
border-color css
<style>
span { border-color: #A8014D; }
span { border-color: rgb(168,1,77); }
td.TdClassName
{
border-color: #A8014D;
}
.TagClassName
{
border-color: #A8014D;
}
</style>