Shades of Jazzberry Jam #A0014E
Tints of Jazzberry Jam #A0014E
RGB
CMYK
RGB Variations
Color information
#A0014E (or 0xA0014E) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 4E. RGB value is (160,1,78). Sum of RGB (Red+Green+Blue) = 160+1+78=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A0014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0014E is #5FFEB1. Grayscale: #393939. Windows color (decimal): -6291122 or 5112224. OLE color: 5112224.
HSL color Cylindrical-coordinate representation of color #A0014E: hue angle of 330.94º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0014E is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.37 |
| HSL | 330.94º | 0.99% | 0.32% | - |
| HSV(B) | 330.94º | 0.99% | 0.63% | - |
| XYZ | 15.88 | 8.05 | 7.92 | - |
| YUV | 57.32 | 139.68 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 78 | 0 | 0.99 | 0.51 | 0.37 | 330.94 | 0.99 | 0.32 |
| Hex | A0 | 1 | 4E | 0 | 63 | 33 | 25 | 14B | 63 | 20 |
| Octal | 240 | 1 | 116 | 0 | 143 | 63 | 45 | 513 | 143 | 40 |
| Binary | 10100000 | 1 | 1001110 | 0 | 1100011 | 110011 | 100101 | 101001011 | 1100011 | 100000 |
Color Harmonies of #A0014E
Complementary color
Monochromatic Colors of #A0014E
Black with #A0014E
Text Example
Text Example
White with #A0014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0014E; }
p { color: rgb(160,1,78); }
H1.HeaderClassName
{
color: #A0014E;
}
.AnyTagClassName
{
color: #A0014E;
}
</style>
background-color css
<style>
a { background-color: #A0014E; }
a { background-color: rgb(160,1,78); }
div.DivClassName
{
background-color: #A0014E;
}
.BgClassName
{
background-color: #A0014E;
}
</style>
border-color css
<style>
span { border-color: #A0014E; }
span { border-color: rgb(160,1,78); }
td.TdClassName
{
border-color: #A0014E;
}
.TagClassName
{
border-color: #A0014E;
}
</style>