Shades of Jazzberry Jam #A0004E
Tints of Jazzberry Jam #A0004E
RGB
CMYK
RGB Variations
Color information
#A0004E (or 0xA0004E) is known color: Jazzberry Jam. HEX triplet: A0, 00 and 4E. RGB value is (160,0,78). Sum of RGB (Red+Green+Blue) = 160+0+78=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A0004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0004E is #5FFFB1. Grayscale: #383838. Windows color (decimal): -6291378 or 5111968. OLE color: 5111968.
HSL color Cylindrical-coordinate representation of color #A0004E: hue angle of 330.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0004E is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.51 | 0.37 |
| HSL | 330.75º | 1% | 0.31% | - |
| HSV(B) | 330.75º | 1% | 0.63% | - |
| XYZ | 15.87 | 8.02 | 7.92 | - |
| YUV | 56.73 | 140.01 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 78 | 0 | 1 | 0.51 | 0.37 | 330.75 | 1 | 0.31 |
| Hex | A0 | 0 | 4E | 0 | 64 | 33 | 25 | 14B | 64 | 1F |
| Octal | 240 | 0 | 116 | 0 | 144 | 63 | 45 | 513 | 144 | 37 |
| Binary | 10100000 | 0 | 1001110 | 0 | 1100100 | 110011 | 100101 | 101001011 | 1100100 | 11111 |
Color Harmonies of #A0004E
Complementary color
Monochromatic Colors of #A0004E
Black with #A0004E
Text Example
Text Example
White with #A0004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0004E; }
p { color: rgb(160,0,78); }
H1.HeaderClassName
{
color: #A0004E;
}
.AnyTagClassName
{
color: #A0004E;
}
</style>
background-color css
<style>
a { background-color: #A0004E; }
a { background-color: rgb(160,0,78); }
div.DivClassName
{
background-color: #A0004E;
}
.BgClassName
{
background-color: #A0004E;
}
</style>
border-color css
<style>
span { border-color: #A0004E; }
span { border-color: rgb(160,0,78); }
td.TdClassName
{
border-color: #A0004E;
}
.TagClassName
{
border-color: #A0004E;
}
</style>