Shades of Jazzberry Jam #A20D40
Tints of Jazzberry Jam #A20D40
RGB
CMYK
RGB Variations
Color information
#A20D40 (or 0xA20D40) is known color: Jazzberry Jam. HEX triplet: A2, 0D and 40. RGB value is (162,13,64). Sum of RGB (Red+Green+Blue) = 162+13+64=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20D40 is #5DF2BF. Grayscale: #3F3F3F. Windows color (decimal): -6156992 or 4197794. OLE color: 4197794.
HSL color Cylindrical-coordinate representation of color #A20D40: hue angle of 339.46º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20D40 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 13 | 64 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.36 |
| HSL | 339.46º | 0.85% | 0.34% | - |
| HSV(B) | 339.46º | 0.92% | 0.64% | - |
| XYZ | 15.97 | 8.34 | 5.62 | - |
| YUV | 63.37 | 128.36 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 64 | 0 | 0.92 | 0.60 | 0.36 | 339.46 | 0.85 | 0.34 |
| Hex | A2 | D | 40 | 0 | 5C | 3C | 24 | 153 | 55 | 22 |
| Octal | 242 | 15 | 100 | 0 | 134 | 74 | 44 | 523 | 125 | 42 |
| Binary | 10100010 | 1101 | 1000000 | 0 | 1011100 | 111100 | 100100 | 101010011 | 1010101 | 100010 |
Color Harmonies of #A20D40
Complementary color
Monochromatic Colors of #A20D40
Black with #A20D40
Text Example
Text Example
White with #A20D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20D40; }
p { color: rgb(162,13,64); }
H1.HeaderClassName
{
color: #A20D40;
}
.AnyTagClassName
{
color: #A20D40;
}
</style>
background-color css
<style>
a { background-color: #A20D40; }
a { background-color: rgb(162,13,64); }
div.DivClassName
{
background-color: #A20D40;
}
.BgClassName
{
background-color: #A20D40;
}
</style>
border-color css
<style>
span { border-color: #A20D40; }
span { border-color: rgb(162,13,64); }
td.TdClassName
{
border-color: #A20D40;
}
.TagClassName
{
border-color: #A20D40;
}
</style>