Shades of Jazzberry Jam #A00040
Tints of Jazzberry Jam #A00040
RGB
CMYK
RGB Variations
Color information
#A00040 (or 0xA00040) is known color: Jazzberry Jam. HEX triplet: A0, 00 and 40. RGB value is (160,0,64). Sum of RGB (Red+Green+Blue) = 160+0+64=224 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.43% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 160 - color contains mainly: red. Hex color #A00040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00040 is #5FFFBF. Grayscale: #373737. Windows color (decimal): -6291392 or 4194464. OLE color: 4194464.
HSL color Cylindrical-coordinate representation of color #A00040: hue angle of 336º 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 #A00040 is Cyan = 0, Magento = 1, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.6 | 0.37 |
| HSL | 336º | 1% | 0.31% | - |
| HSV(B) | 336º | 1% | 0.63% | - |
| XYZ | 15.42 | 7.84 | 5.55 | - |
| YUV | 55.14 | 133.01 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 64 | 0 | 1 | 0.6 | 0.37 | 336 | 1 | 0.31 |
| Hex | A0 | 0 | 40 | 0 | 64 | 3C | 25 | 150 | 64 | 1F |
| Octal | 240 | 0 | 100 | 0 | 144 | 74 | 45 | 520 | 144 | 37 |
| Binary | 10100000 | 0 | 1000000 | 0 | 1100100 | 111100 | 100101 | 101010000 | 1100100 | 11111 |
Color Harmonies of #A00040
Complementary color
Monochromatic Colors of #A00040
Black with #A00040
Text Example
Text Example
White with #A00040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00040; }
p { color: rgb(160,0,64); }
H1.HeaderClassName
{
color: #A00040;
}
.AnyTagClassName
{
color: #A00040;
}
</style>
background-color css
<style>
a { background-color: #A00040; }
a { background-color: rgb(160,0,64); }
div.DivClassName
{
background-color: #A00040;
}
.BgClassName
{
background-color: #A00040;
}
</style>
border-color css
<style>
span { border-color: #A00040; }
span { border-color: rgb(160,0,64); }
td.TdClassName
{
border-color: #A00040;
}
.TagClassName
{
border-color: #A00040;
}
</style>