Shades of Jazzberry Jam #A0014D
Tints of Jazzberry Jam #A0014D
RGB
CMYK
RGB Variations
Color information
#A0014D (or 0xA0014D) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 4D. RGB value is (160,1,77). Sum of RGB (Red+Green+Blue) = 160+1+77=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A0014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0014D is #5FFEB2. Grayscale: #393939. Windows color (decimal): -6291123 or 5046688. OLE color: 5046688.
HSL color Cylindrical-coordinate representation of color #A0014D: hue angle of 331.32º 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 #A0014D is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.37 |
| HSL | 331.32º | 0.99% | 0.32% | - |
| HSV(B) | 331.32º | 0.99% | 0.63% | - |
| XYZ | 15.85 | 8.03 | 7.74 | - |
| YUV | 57.21 | 139.18 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 77 | 0 | 0.99 | 0.52 | 0.37 | 331.32 | 0.99 | 0.32 |
| Hex | A0 | 1 | 4D | 0 | 63 | 34 | 25 | 14B | 63 | 20 |
| Octal | 240 | 1 | 115 | 0 | 143 | 64 | 45 | 513 | 143 | 40 |
| Binary | 10100000 | 1 | 1001101 | 0 | 1100011 | 110100 | 100101 | 101001011 | 1100011 | 100000 |
Color Harmonies of #A0014D
Complementary color
Monochromatic Colors of #A0014D
Black with #A0014D
Text Example
Text Example
White with #A0014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0014D; }
p { color: rgb(160,1,77); }
H1.HeaderClassName
{
color: #A0014D;
}
.AnyTagClassName
{
color: #A0014D;
}
</style>
background-color css
<style>
a { background-color: #A0014D; }
a { background-color: rgb(160,1,77); }
div.DivClassName
{
background-color: #A0014D;
}
.BgClassName
{
background-color: #A0014D;
}
</style>
border-color css
<style>
span { border-color: #A0014D; }
span { border-color: rgb(160,1,77); }
td.TdClassName
{
border-color: #A0014D;
}
.TagClassName
{
border-color: #A0014D;
}
</style>