Shades of Jazzberry Jam #A20040
Tints of Jazzberry Jam #A20040
RGB
CMYK
RGB Variations
Color information
#A20040 (or 0xA20040) is known color: Jazzberry Jam. HEX triplet: A2, 00 and 40. RGB value is (162,0,64). Sum of RGB (Red+Green+Blue) = 162+0+64=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A20040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20040 is #5DFFBF. Grayscale: #373737. Windows color (decimal): -6160320 or 4194466. OLE color: 4194466.
HSL color Cylindrical-coordinate representation of color #A20040: hue angle of 336.3º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20040 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.60 | 0.36 |
| HSL | 336.3º | 1% | 0.32% | - |
| HSV(B) | 336.3º | 1% | 0.64% | - |
| XYZ | 15.83 | 8.05 | 5.57 | - |
| YUV | 55.73 | 132.67 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 64 | 0 | 1 | 0.60 | 0.36 | 336.3 | 1 | 0.32 |
| Hex | A2 | 0 | 40 | 0 | 64 | 3C | 24 | 150 | 64 | 20 |
| Octal | 242 | 0 | 100 | 0 | 144 | 74 | 44 | 520 | 144 | 40 |
| Binary | 10100010 | 0 | 1000000 | 0 | 1100100 | 111100 | 100100 | 101010000 | 1100100 | 100000 |
Color Harmonies of #A20040
Complementary color
Monochromatic Colors of #A20040
Black with #A20040
Text Example
Text Example
White with #A20040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20040; }
p { color: rgb(162,0,64); }
H1.HeaderClassName
{
color: #A20040;
}
.AnyTagClassName
{
color: #A20040;
}
</style>
background-color css
<style>
a { background-color: #A20040; }
a { background-color: rgb(162,0,64); }
div.DivClassName
{
background-color: #A20040;
}
.BgClassName
{
background-color: #A20040;
}
</style>
border-color css
<style>
span { border-color: #A20040; }
span { border-color: rgb(162,0,64); }
td.TdClassName
{
border-color: #A20040;
}
.TagClassName
{
border-color: #A20040;
}
</style>