Shades of Jazzberry Jam #A00051
Tints of Jazzberry Jam #A00051
RGB
CMYK
RGB Variations
Color information
#A00051 (or 0xA00051) is known color: Jazzberry Jam. HEX triplet: A0, 00 and 51. RGB value is (160,0,81). Sum of RGB (Red+Green+Blue) = 160+0+81=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A00051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00051 is #5FFFAE. Grayscale: #383838. Windows color (decimal): -6291375 or 5308576. OLE color: 5308576.
HSL color Cylindrical-coordinate representation of color #A00051: hue angle of 329.62º 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 #A00051 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.49 | 0.37 |
| HSL | 329.63º | 1% | 0.31% | - |
| HSV(B) | 329.63º | 1% | 0.63% | - |
| XYZ | 15.98 | 8.07 | 8.5 | - |
| YUV | 57.07 | 141.51 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 81 | 0 | 1 | 0.49 | 0.37 | 329.63 | 1 | 0.31 |
| Hex | A0 | 0 | 51 | 0 | 64 | 31 | 25 | 14A | 64 | 1F |
| Octal | 240 | 0 | 121 | 0 | 144 | 61 | 45 | 512 | 144 | 37 |
| Binary | 10100000 | 0 | 1010001 | 0 | 1100100 | 110001 | 100101 | 101001010 | 1100100 | 11111 |
Color Harmonies of #A00051
Complementary color
Monochromatic Colors of #A00051
Black with #A00051
Text Example
Text Example
White with #A00051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00051; }
p { color: rgb(160,0,81); }
H1.HeaderClassName
{
color: #A00051;
}
.AnyTagClassName
{
color: #A00051;
}
</style>
background-color css
<style>
a { background-color: #A00051; }
a { background-color: rgb(160,0,81); }
div.DivClassName
{
background-color: #A00051;
}
.BgClassName
{
background-color: #A00051;
}
</style>
border-color css
<style>
span { border-color: #A00051; }
span { border-color: rgb(160,0,81); }
td.TdClassName
{
border-color: #A00051;
}
.TagClassName
{
border-color: #A00051;
}
</style>