Shades of Jazzberry Jam #A20A40
Tints of Jazzberry Jam #A20A40
RGB
CMYK
RGB Variations
Color information
#A20A40 (or 0xA20A40) is known color: Jazzberry Jam. HEX triplet: A2, 0A and 40. RGB value is (162,10,64). Sum of RGB (Red+Green+Blue) = 162+10+64=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20A40 is #5DF5BF. Grayscale: #3D3D3D. Windows color (decimal): -6157760 or 4197026. OLE color: 4197026.
HSL color Cylindrical-coordinate representation of color #A20A40: hue angle of 338.68º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20A40 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 10 | 64 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.36 |
| HSL | 338.68º | 0.88% | 0.34% | - |
| HSV(B) | 338.68º | 0.94% | 0.64% | - |
| XYZ | 15.93 | 8.27 | 5.61 | - |
| YUV | 61.6 | 129.36 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 64 | 0 | 0.94 | 0.60 | 0.36 | 338.68 | 0.88 | 0.34 |
| Hex | A2 | A | 40 | 0 | 5E | 3C | 24 | 153 | 58 | 22 |
| Octal | 242 | 12 | 100 | 0 | 136 | 74 | 44 | 523 | 130 | 42 |
| Binary | 10100010 | 1010 | 1000000 | 0 | 1011110 | 111100 | 100100 | 101010011 | 1011000 | 100010 |
Color Harmonies of #A20A40
Complementary color
Monochromatic Colors of #A20A40
Black with #A20A40
Text Example
Text Example
White with #A20A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20A40; }
p { color: rgb(162,10,64); }
H1.HeaderClassName
{
color: #A20A40;
}
.AnyTagClassName
{
color: #A20A40;
}
</style>
background-color css
<style>
a { background-color: #A20A40; }
a { background-color: rgb(162,10,64); }
div.DivClassName
{
background-color: #A20A40;
}
.BgClassName
{
background-color: #A20A40;
}
</style>
border-color css
<style>
span { border-color: #A20A40; }
span { border-color: rgb(162,10,64); }
td.TdClassName
{
border-color: #A20A40;
}
.TagClassName
{
border-color: #A20A40;
}
</style>