Shades of Jazzberry Jam #A20046
Tints of Jazzberry Jam #A20046
RGB
CMYK
RGB Variations
Color information
#A20046 (or 0xA20046) is known color: Jazzberry Jam. HEX triplet: A2, 00 and 46. RGB value is (162,0,70). Sum of RGB (Red+Green+Blue) = 162+0+70=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A20046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20046 is #5DFFB9. Grayscale: #383838. Windows color (decimal): -6160314 or 4587682. OLE color: 4587682.
HSL color Cylindrical-coordinate representation of color #A20046: hue angle of 334.07º 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 #A20046 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.57 | 0.36 |
| HSL | 334.07º | 1% | 0.32% | - |
| HSV(B) | 334.07º | 1% | 0.64% | - |
| XYZ | 16.01 | 8.12 | 6.52 | - |
| YUV | 56.42 | 135.67 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 70 | 0 | 1 | 0.57 | 0.36 | 334.07 | 1 | 0.32 |
| Hex | A2 | 0 | 46 | 0 | 64 | 39 | 24 | 14E | 64 | 20 |
| Octal | 242 | 0 | 106 | 0 | 144 | 71 | 44 | 516 | 144 | 40 |
| Binary | 10100010 | 0 | 1000110 | 0 | 1100100 | 111001 | 100100 | 101001110 | 1100100 | 100000 |
Color Harmonies of #A20046
Complementary color
Monochromatic Colors of #A20046
Black with #A20046
Text Example
Text Example
White with #A20046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20046; }
p { color: rgb(162,0,70); }
H1.HeaderClassName
{
color: #A20046;
}
.AnyTagClassName
{
color: #A20046;
}
</style>
background-color css
<style>
a { background-color: #A20046; }
a { background-color: rgb(162,0,70); }
div.DivClassName
{
background-color: #A20046;
}
.BgClassName
{
background-color: #A20046;
}
</style>
border-color css
<style>
span { border-color: #A20046; }
span { border-color: rgb(162,0,70); }
td.TdClassName
{
border-color: #A20046;
}
.TagClassName
{
border-color: #A20046;
}
</style>